EnumRangeSliderElementType
Enum
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.
RangeTrack
Indicates that the element is a range track (the part between the start and end thumbs).
StartThumb
Indicates that the element is a start thumb.
Unspecified
Element type is not specified.