ClassSliderRangeThumbPresenter
A presenter that is responsible for handling the range-thumb of a RadRangeSlider. The range-thumb is not an actual class but it has the meaning of an element that has a start thumb, end thumb, and a range track (the part between the start and end thumbs).
Definition
Namespace:Telerik.Maui.Controls.RangeSlider
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class SliderRangeThumbPresenter : SliderPresenterBase
Inheritance: objectRadLayoutSliderPresenterBaseSliderRangeThumbPresenter
Inherited Members
Constructors
SliderRangeThumbPresenter()
Declaration
public SliderRangeThumbPresenter()
Fields
EndThumbProperty
Identifies the EndThumb property.
Declaration
public static BindableProperty EndThumbProperty
Field Value
BindableProperty
RangeTrackProperty
Identifies the RangeTrack property.
Declaration
public static BindableProperty RangeTrackProperty
Field Value
BindableProperty
StartThumbProperty
Identifies the StartThumb property.
Declaration
public static BindableProperty StartThumbProperty
Field Value
BindableProperty
Properties
EndThumb
Gets or sets the end thumb.
Declaration
public VisualElement EndThumb { get; set; }
Property Value
VisualElement
RangeTrack
Gets or sets the range track (the part between the start and end thumbs).
Declaration
public VisualElement RangeTrack { get; set; }
Property Value
VisualElement
StartThumb
Gets or sets the start thumb.
Declaration
public VisualElement StartThumb { get; set; }
Property Value
VisualElement