Class SFLinearGaugeAnnotation
Inheritance
System.Object
SFLinearGaugeAnnotation
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFLinearGaugeAnnotation : Object
Constructors
SFLinearGaugeAnnotation()
Declaration
public SFLinearGaugeAnnotation()
Properties
HorizontalViewAlignment
Declaration
public ViewAlignment HorizontalViewAlignment { get; set; }
Property Value
OffsetX
Declaration
public float OffsetX { get; set; }
Property Value
OffsetY
Declaration
public float OffsetY { get; set; }
Property Value
ScaleIndex
Declaration
public int ScaleIndex { get; set; }
Property Value
ScaleValue
Declaration
public nfloat ScaleValue { get; set; }
Property Value
VerticalViewAlignment
Declaration
public ViewAlignment VerticalViewAlignment { get; set; }
Property Value
View
Declaration
public UIView View { get; set; }
Property Value
ViewMargin
Gets or sets the position of the view
Declaration
public CGPoint ViewMargin { get; set; }
Property Value
Type |
CoreGraphics.CGPoint |