Defines the possible elements that can be dragged in a RadRangeSlider.
Definition
Namespace:Telerik.Maui.Controls.RangeSlider
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
[Flags]
public enum RangeSliderDragMode
Fields
Drag is not enabled.
C#
Disabled = 0
The end thumb can be dragged.
C#
EndThumb = 4
The range track (the part between the start and end thumbs) can be dragged.
C#
RangeTrack = 2
The start thumb can be dragged.
C#
StartThumb = 1