Class DragThumbEventArgs
Drag event arguments.
Inheritance
System.Object
DragThumbEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class DragThumbEventArgs : EventArgs
Constructors
DragThumbEventArgs()
Declaration
public DragThumbEventArgs()
Properties
Index
Gets the index of dragged thumb.
Index 0 indicates start thumb and 1 indicates end thumb. Returns 0 always when ShowRange property is set to false.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |