Class PointerPosition
Represents Pointer Position in the Circular Gauge
Inheritance
System.Object
PointerPosition
Namespace: Com.Syncfusion.Gauges.SfCircularGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class PointerPosition : Object
Remarks
Contains properties to point position of the value and it can be positioned in the CircularScale
Constructors
PointerPosition()
Declaration
public PointerPosition()
Properties
PointerValue
Gets or sets pointer value for circularPointer.
Declaration
public float PointerValue { get; set; }
Property Value
Type |
---|
System.Single |
PointerValuePosition
Gets or sets pointer value position for the rangePointer.
Declaration
public PointF PointerValuePosition { get; set; }
Property Value
Type |
---|
Android.Graphics.PointF |
RangeStartPosition
Gets or sets start position for the rangePointer.
Declaration
public PointF RangeStartPosition { get; set; }
Property Value
Type |
---|
Android.Graphics.PointF |
RangeStartValue
Gets or sets start value for the rangePointer.
Declaration
public float RangeStartValue { get; set; }
Property Value
Type |
---|
System.Single |