Class RangeSliderElementType
Defines the different types of elements that a Rad
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
RangeTrack
Indicates that the element is a range track (the part between the start and end thumbs).
Declaration
public const RangeSliderElementType RangeTrack
Field Value
StartThumb
Indicates that the element is a start thumb.
Declaration
public const RangeSliderElementType StartThumb
Field Value
Unspecified
Element type is not specified.
Declaration
public const RangeSliderElementType Unspecified
Field Value
value__
Declaration
public int value__
Field Value
System.
|