SliderDragMode
Enum
Defines the possible drag modes for RadSlider.
Definition
Namespace:Telerik.Maui.Controls.Sliders
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum SliderDragMode
Fields
Drag is not enabled.
C#
Disabled = 0
Touching anywhere (the thumb, or the range-track, or the back-track) will lead to the Value being changed.
C#
Free = 2
The thumb can be dragged.
C#
Thumb = 1