Class DragThumbEventArgs
The DragThumbEventArgs class contains properties.
Inheritance
System.Object
DragThumbEventArgs
Namespace: Syncfusion.SfRangeSlider.XForms
Assembly: Syncfusion.SfRangeSlider.XForms.dll
Syntax
public class DragThumbEventArgs : EventArgs
Constructors
DragThumbEventArgs()
Declaration
public DragThumbEventArgs()
Properties
IsStartThumb
Gets a value indicating whether this start thumb or not./> is start thumb.
Declaration
public bool IsStartThumb { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|