Class SFNeedlePointer
Inherited Members
Namespace: Syncfusion.SfGauge.iOS
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFNeedlePointer : SFCircularPointer
Constructors
SFNeedlePointer()
Declaration
public SFNeedlePointer()
SFNeedlePointer(CGRect)
Declaration
public SFNeedlePointer(CGRect frame)
Parameters
| Type | Name | Description |
|---|---|---|
| CoreGraphics.CGRect | frame |
Properties
EnableDragging
Gets or sets a value indicating whether to enable dragging or not.
Declaration
public bool EnableDragging { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
KnobStrokeColor
Gets or sets the KnobStrokeColor of the Needle Pointer
Declaration
public UIColor KnobStrokeColor { get; set; }
Property Value
| Type |
|---|
| UIKit.UIColor |
KnobStrokeWidth
Gets or sets the KnobStrokeWidth of the Needle Pointer
Declaration
public nfloat KnobStrokeWidth { get; set; }
Property Value
| Type |
|---|
| System.nfloat |
StepFrequency
Gets or sets the snap value to the needle pointer. While dragging the pointer, it will move to next value based on step frequency value. Default value is 0.
Declaration
public double StepFrequency { get; set; }
Property Value
| Type |
|---|
| System.Double |
Remarks
To drag with step frequency value, enable dragging support for pointer.
TailColor
Gets or sets the tail color of the pointer
Declaration
public UIColor TailColor { get; set; }
Property Value
| Type |
|---|
| UIKit.UIColor |
TailLengthFactor
Gets or sets the TailLengthFactor of the Needle Pointer
Declaration
public nfloat TailLengthFactor { get; set; }
Property Value
| Type |
|---|
| System.nfloat |
TailStrokeColor
Gets or sets the TailStrokeColor of the Needle Pointer
Declaration
public UIColor TailStrokeColor { get; set; }
Property Value
| Type |
|---|
| UIKit.UIColor |
TailStrokeWidth
Gets or sets the TailStrokeWidth of the Needle Pointer
Declaration
public nfloat TailStrokeWidth { get; set; }
Property Value
| Type |
|---|
| System.nfloat |