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
Type |
Description |
System.Double |
|
Color
Gets or sets the color of the Pointer
Declaration
public UIColor Color { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
EnableAnimation
Gets or sets a value indicating whether to enable animation in Linear Gauge
Declaration
public bool EnableAnimation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Thickness
Gets or sets the thickness of the Pointer
Declaration
public nfloat Thickness { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
Value
Gets or sets the value of the Pointer
Declaration
public nfloat Value { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
Methods
ActionForKey(String)
Declaration
public override NSObject ActionForKey(string eventKey)
Parameters
Type |
Name |
Description |
System.String |
eventKey |
|
Returns
Type |
Description |
Foundation.NSObject |
|