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