Enum
RangeSliderElementType

Defines the different types of elements that a RadRangeSlider has.

Definition

Namespace:Telerik.Maui.Controls.RangeSlider

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum RangeSliderElementType

Fields

EndThumb

Indicates that the element is an end thumb.

Declaration

cs-api-definition
EndThumb = 3

Field Value

RangeSliderElementType

RangeTrack

Indicates that the element is a range track (the part between the start and end thumbs).

Declaration

cs-api-definition
RangeTrack = 2

Field Value

RangeSliderElementType

StartThumb

Indicates that the element is a start thumb.

Declaration

cs-api-definition
StartThumb = 1

Field Value

RangeSliderElementType

Unspecified

Element type is not specified.

Declaration

cs-api-definition
Unspecified = 0

Field Value

RangeSliderElementType