Class RangeSliderElementType
Defines the different types of elements that a RadRangeSlider has.
Inheritance
System.Object
RangeSliderElementType
Namespace: Telerik.Maui.Controls.RangeSlider
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class RangeSliderElementType : Enum
Fields
EndThumb
Indicates that the element is an end thumb.
Declaration
public const RangeSliderElementType EndThumb
Field Value
RangeSliderElementType
|
RangeTrack
Indicates that the element is a range track (the part between the start and end thumbs).
Declaration
public const RangeSliderElementType RangeTrack
Field Value
RangeSliderElementType
|
StartThumb
Indicates that the element is a start thumb.
Declaration
public const RangeSliderElementType StartThumb
Field Value
RangeSliderElementType
|
Unspecified
Element type is not specified.
Declaration
public const RangeSliderElementType Unspecified
Field Value
RangeSliderElementType
|
value__
Declaration
public int value__
Field Value
System.Int32
|