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).
Definition
Namespace:Telerik.Maui.Controls.Sliders
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class SliderSingleThumbPresenter : SliderPresenterBase
Inheritance: objectRadLayoutSliderPresenterBaseSliderSingleThumbPresenter
Inherited Members
Constructors
C#
public SliderSingleThumbPresenter()
Fields
RangeTrackProperty
BindableProperty
Identifies the RangeTrack property.
C#
public static BindableProperty RangeTrackProperty
ThumbProperty
BindableProperty
Identifies the Thumb property.
C#
public static BindableProperty ThumbProperty
Properties
RangeTrack
VisualElement
Gets or sets the range track (the part between the origin and the value).
C#
public VisualElement RangeTrack { get; set; }
Thumb
VisualElement
Gets or sets the thumb.
C#
public VisualElement Thumb { get; set; }