Class SFNeedlePointer
Inheritance
System.Object
SFNeedlePointer
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFNeedlePointer : SFCircularPointer
Constructors
SFNeedlePointer()
Declaration
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 |
Description |
System.Boolean |
|
KnobStrokeColor
Gets or sets the KnobStrokeColor of the Needle Pointer
Declaration
public UIColor KnobStrokeColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
KnobStrokeWidth
Gets or sets the KnobStrokeWidth of the Needle Pointer
Declaration
public nfloat KnobStrokeWidth { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
TailColor
Gets or sets the tail color of the pointer
Declaration
public UIColor TailColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
TailLengthFactor
Gets or sets the TailLengthFactor of the Needle Pointer
Declaration
public nfloat TailLengthFactor { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
TailStrokeColor
Gets or sets the TailStrokeColor of the Needle Pointer
Declaration
public UIColor TailStrokeColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
TailStrokeWidth
Gets or sets the TailStrokeWidth of the Needle Pointer
Declaration
public nfloat TailStrokeWidth { get; set; }
Property Value
Type |
Description |
System.nfloat |
|