Class CircularPointer.PointerValueChangedEventArgs
To get the pointer drag value changed arguments.
Inheritance
System.Object
CircularPointer.PointerValueChangedEventArgs
Namespace: Com.Syncfusion.Gauges.SfCircularGauge
Assembly: Syncfusion.SfGauge.Android.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 |