Class SFCircularPointer
Inheritance
System.Object
SFCircularPointer
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFCircularPointer : UIView
Constructors
SFCircularPointer()
Declaration
public SFCircularPointer()
SFCircularPointer(CGRect)
Declaration
public SFCircularPointer(CGRect frame)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
frame |
|
Properties
AnimationDuration
Gets or sets animation duration of the pointer
Declaration
public double AnimationDuration { get; set; }
Property Value
Color
Gets or sets the color of the pointer
Declaration
public UIColor Color { get; set; }
Property Value
EnableAnimation
Gets or sets a value indicating whether to enable/disable the pointer animation
Declaration
public bool EnableAnimation { get; set; }
Property Value
KnobColor
Declaration
public UIColor KnobColor { get; set; }
Property Value
KnobRadius
Declaration
public nfloat KnobRadius { get; set; }
Property Value
KnobRadiusFactor
Declaration
public nfloat KnobRadiusFactor { get; set; }
Property Value
LengthFactor
Declaration
public nfloat LengthFactor { get; set; }
Property Value
PointerType
Declaration
public SFCiruclarGaugePointerType PointerType { get; set; }
Property Value
Radius
Declaration
public nfloat Radius { get; set; }
Property Value
UpdateEndValue
Declaration
public bool UpdateEndValue { get; set; }
Property Value
Value
Gets or sets the value to which the pointer should point
Declaration
public nfloat Value { get; set; }
Property Value
Width
Gets or sets the width of the Pointer
Declaration
public nfloat Width { get; set; }
Property Value
Methods
Draw(CGRect)
Declaration
public override void Draw(CGRect area)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
area |
|
Events
ValueChangeCompleted
Called when the user is done selecting a new value of the pointer by dragging.
Declaration
public event EventHandler<SFCircularPointer.PointerValueChangedEventArgs> ValueChangeCompleted
Event Type
ValueChangeStarted
Called when the user starts selecting a new value of pointer by dragging.
Declaration
public event EventHandler<SFCircularPointer.PointerValueChangedEventArgs> ValueChangeStarted
Event Type
ValueChanging
Called during a drag when the user is selecting before a new value for the pointer by dragging.
Declaration
public event EventHandler<SFCircularPointer.PointerValueChangingEventArgs> ValueChanging
Event Type