Class SFCircularPointer.PointerValueChangedEventArgs
To get the pointer drag value changed arguments.
Inheritance
System.Object
SFCircularPointer.PointerValueChangedEventArgs
Namespace: Syncfusion.SfGauge.iOS
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class PointerValueChangedEventArgs : EventArgs
Constructors
PointerValueChangedEventArgs()
Declaration
public PointerValueChangedEventArgs()
Properties
Value
Gets the updated value of pointer.
Declaration
public double Value { get; }
Property Value
Type |
---|
System.Double |