Class SFPointerPosition
Inheritance
System.Object
SFPointerPosition
Namespace: Syncfusion.SfGauge.iOS
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFPointerPosition : NSObject
Constructors
SFPointerPosition()
Declaration
public SFPointerPosition()
Properties
PointerIndex
Gets or sets the Index of the Pointer
Declaration
public nfloat PointerIndex { get; set; }
Property Value
Type |
---|
System.nfloat |
PointerValue
Gets or sets the pointer value of the pointer
Declaration
public nfloat PointerValue { get; set; }
Property Value
Type |
---|
System.nfloat |
PointerValuePosition
Gets or sets the position of the PointerValue
Declaration
public CGPoint PointerValuePosition { get; set; }
Property Value
Type |
---|
CoreGraphics.CGPoint |
RangeStartPosition
Gets or sets the position for the RangeStart
Declaration
public CGPoint RangeStartPosition { get; set; }
Property Value
Type |
---|
CoreGraphics.CGPoint |
RangeStartValue
Gets or sets the start value for the RangePointer
Declaration
public nfloat RangeStartValue { get; set; }
Property Value
Type |
---|
System.nfloat |
ScaleIndex
Gets or sets the Index of the Scale
Declaration
public nfloat ScaleIndex { get; set; }
Property Value
Type |
---|
System.nfloat |