Class SliderSingleThumbPresenter
A presenter that is responsible for handling the value-thumb of a Rad
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 Range
Declaration
public static BindableProperty RangeTrackProperty
Field Value
Microsoft.
|
ThumbProperty
Identifies the Thumb property.
Declaration
public static BindableProperty ThumbProperty
Field Value
Microsoft.
|
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.
|
Thumb
Gets or sets the thumb.
Declaration
public VisualElement Thumb { get; set; }
Property Value
Microsoft.
|