Class SliderDragMode
Defines the possible drag modes for RadSlider.
Inheritance
System.Object
SliderDragMode
Namespace: Telerik.Maui.Controls.Sliders
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class SliderDragMode : Enum
Fields
Disabled
Free
Touching anywhere (the thumb, or the range-track, or the back-track) will lead to the Value being changed.
Declaration
public const SliderDragMode Free
Field Value
SliderDragMode
|
Thumb
value__
Declaration
public int value__
Field Value
System.Int32
|