Class SFLinearPointer
Inheritance
System.Object
SFLinearPointer
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFLinearPointer : CALayer
Constructors
SFLinearPointer()
Declaration
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 animation in Linear Gauge
Declaration
public bool EnableAnimation { get; set; }
Property Value
Thickness
Gets or sets the thickness of the Pointer
Declaration
public nfloat Thickness { get; set; }
Property Value
Value
Gets or sets the value of the Pointer
Declaration
public nfloat Value { get; set; }
Property Value
Methods
ActionForKey(String)
Declaration
public override NSObject ActionForKey(string eventKey)
Parameters
Type |
Name |
Description |
System.String |
eventKey |
|
Returns