Enum
SliderDragMode

Defines the possible drag modes for RadSlider.

Definition

Namespace:Telerik.Maui.Controls.Sliders

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum SliderDragMode

Fields

Disabled

Drag is not enabled.

Declaration

cs-api-definition
Disabled = 0

Field Value

SliderDragMode

Free

Touching anywhere (the thumb, or the range-track, or the back-track) will lead to the Value being changed.

Declaration

cs-api-definition
Free = 2

Field Value

SliderDragMode

Thumb

The thumb can be dragged.

Declaration

cs-api-definition
Thumb = 1

Field Value

SliderDragMode

In this article
DefinitionFieldsDisabledFreeThumb
Not finding the help you need?
Contact Support