Class SliderSingleThumbPresenter
A presenter that is responsible for handling the value-thumb of a RadSlider. The value-thumb is not an actual class but it has the meaning of an element that has an end thumb and a range track (the part between the origin and the value).
Inherited Members
Namespace: Telerik.Maui.Controls.Sliders
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SliderSingleThumbPresenter : SliderPresenterBase, IAbcIndirectContainerPlatformVisual
Constructors
SliderSingleThumbPresenter()
Declaration
public SliderSingleThumbPresenter()
Fields
RangeTrackProperty
Identifies the RangeTrack property.
Declaration
public static BindableProperty RangeTrackProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ThumbProperty
Identifies the Thumb property.
Declaration
public static BindableProperty ThumbProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
RangeTrack
Gets or sets the range track (the part between the origin and the value).
Declaration
public VisualElement RangeTrack { get; set; }
Property Value
Microsoft.Maui.Controls.VisualElement
|
Thumb
Gets or sets the thumb.
Declaration
public VisualElement Thumb { get; set; }
Property Value
Microsoft.Maui.Controls.VisualElement
|