New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the different types of elements that a RadRangeSlider has.

Definition

Namespace:Telerik.Maui.Controls.RangeSlider

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum RangeSliderElementType

Fields

Indicates that the element is an end thumb.

C#
EndThumb = 3

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

C#
RangeTrack = 2

Indicates that the element is a start thumb.

C#
StartThumb = 1

Element type is not specified.

C#
Unspecified = 0