Class SFRangePointer
Inherited Members
Namespace: Syncfusion.SfGauge.iOS
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFRangePointer : SFCircularPointer
Constructors
SFRangePointer()
Declaration
public SFRangePointer()
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
Type |
---|
System.nfloat |
Offset
Gets or sets the Offset of Range Pointers
Declaration
public nfloat Offset { get; set; }
Property Value
Type |
---|
System.nfloat |
RadiusFactor
Gets or sets the radius factor for Range Pointers
Declaration
public nfloat RadiusFactor { get; set; }
Property Value
Type |
---|
System.nfloat |
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
Type |
---|
System.nfloat |
StartOffset
Gets or sets the StartOffset of RangePointer
Declaration
public nfloat StartOffset { get; set; }
Property Value
Type |
---|
System.nfloat |