Class SFGaugeAnnotation
Inheritance
System.Object
SFGaugeAnnotation
Namespace: Syncfusion.SfGauge.iOS
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFGaugeAnnotation : Object
Constructors
SFGaugeAnnotation()
Declaration
public SFGaugeAnnotation()
Properties
Angle
Gets or sets the Angle of Annotation
Declaration
public float Angle { get; set; }
Property Value
Type |
---|
System.Single |
HorizontalAlignment
Gets or sets a value of HorizontalAlignment
Declaration
public ViewAlignment HorizontalAlignment { get; set; }
Property Value
Type |
---|
ViewAlignment |
Offset
Gets or sets the Offset of Annotation
Declaration
public float Offset { get; set; }
Property Value
Type |
---|
System.Single |
VerticalAlignment
Gets or sets a value of VerticalViewAlignment
Declaration
public ViewAlignment VerticalAlignment { get; set; }
Property Value
Type |
---|
ViewAlignment |
View
Gets or sets the View of Annotation
Declaration
public UIView View { get; set; }
Property Value
Type |
---|
UIKit.UIView |
ViewMargin
Gets or sets the position of the view
Declaration
public CGPoint ViewMargin { get; set; }
Property Value
Type |
---|
CoreGraphics.CGPoint |