Class SliderRangeThumbPresenter
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).
Inherited Members
Namespace: Telerik.Maui.Controls.RangeSlider
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SliderRangeThumbPresenter : SliderPresenterBase, IAbcIndirectContainerPlatformVisual
Constructors
SliderRangeThumbPresenter()
Declaration
public SliderRangeThumbPresenter()
Fields
EndThumbProperty
Identifies the EndThumb property.
Declaration
public static BindableProperty EndThumbProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
RangeTrackProperty
Identifies the RangeTrack property.
Declaration
public static BindableProperty RangeTrackProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StartThumbProperty
Identifies the StartThumb property.
Declaration
public static BindableProperty StartThumbProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
EndThumb
Gets or sets the end thumb.
Declaration
public VisualElement EndThumb { get; set; }
Property Value
Microsoft.Maui.Controls.VisualElement
|
RangeTrack
Gets or sets the range track (the part between the start and end thumbs).
Declaration
public VisualElement RangeTrack { get; set; }
Property Value
Microsoft.Maui.Controls.VisualElement
|
StartThumb
Gets or sets the start thumb.
Declaration
public VisualElement StartThumb { get; set; }
Property Value
Microsoft.Maui.Controls.VisualElement
|