ClassSliderSingleThumbPresenter
Class
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:
cs-api-definition
public class SliderSingleThumbPresenter : SliderPresenterBase
Inheritance: objectRadLayoutSliderPresenterBaseSliderSingleThumbPresenter
Inherited Members
Constructors
SliderSingleThumbPresenter()
Declaration
cs-api-definition
public SliderSingleThumbPresenter()
Fields
RangeTrackProperty
Identifies the RangeTrack property.
Declaration
cs-api-definition
public static BindableProperty RangeTrackProperty
Field Value
BindableProperty
ThumbProperty
Identifies the Thumb property.
Declaration
cs-api-definition
public static BindableProperty ThumbProperty
Field Value
BindableProperty
Properties
RangeTrack
Gets or sets the range track (the part between the origin and the value).
Declaration
cs-api-definition
public VisualElement RangeTrack { get; set; }
Property Value
VisualElement
Thumb
Gets or sets the thumb.
Declaration
cs-api-definition
public VisualElement Thumb { get; set; }
Property Value
VisualElement