Class SliderRangeThumbPresenter
A presenter that is responsible for handling the range-thumb of a Rad
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 End
Declaration
public static BindableProperty EndThumbProperty
Field Value
Microsoft.
|
RangeTrackProperty
Identifies the Range
Declaration
public static BindableProperty RangeTrackProperty
Field Value
Microsoft.
|
StartThumbProperty
Identifies the Start
Declaration
public static BindableProperty StartThumbProperty
Field Value
Microsoft.
|
Properties
EndThumb
Gets or sets the end thumb.
Declaration
public VisualElement EndThumb { get; set; }
Property Value
Microsoft.
|
RangeTrack
Gets or sets the range track (the part between the start and end thumbs).
Declaration
public VisualElement RangeTrack { get; set; }
Property Value
Microsoft.
|
StartThumb
Gets or sets the start thumb.
Declaration
public VisualElement StartThumb { get; set; }
Property Value
Microsoft.
|