Class SFRangePointer
Inheritance
System.Object
SFRangePointer
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFRangePointer : SFCircularPointer
Constructors
SFRangePointer()
Declaration
SFRangePointer(CGRect)
Declaration
public SFRangePointer(CGRect frame)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
frame |
|
Properties
EndOffset
Gets or sets the EndOffset of Range Pointers
Declaration
public nfloat EndOffset { get; set; }
Property Value
Offset
Gets or sets the Offset of Range Pointers
Declaration
public nfloat Offset { get; set; }
Property Value
RadiusFactor
Gets or sets the radius factor for Range Pointers
Declaration
public nfloat RadiusFactor { get; set; }
Property Value
RangeCap
Gets or sets the range cap for Range Pointers
Declaration
public SFCiruclarGaugeRangeCap RangeCap { get; set; }
Property Value
RangeStart
Gets or sets the start value for Range Pointers
Declaration
public nfloat RangeStart { get; set; }
Property Value
StartOffset
Gets or sets the StartOffset of RangePointer
Declaration
public nfloat StartOffset { get; set; }
Property Value