Class
SliderRangeThumbPresenter

A presenter that is responsible for handling the range-thumb of a RadRangeSlider. The range-thumb is not an actual class but it has the meaning of an element that has a start thumb, end thumb, and a range track (the part between the start and end thumbs).

Definition

Namespace:Telerik.Maui.Controls.RangeSlider

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class SliderRangeThumbPresenter : SliderPresenterBase

Inheritance: objectRadLayoutSliderPresenterBaseSliderRangeThumbPresenter

Inherited Members RadLayout.CreateLayoutManager()

Constructors

SliderRangeThumbPresenter()

Declaration

cs-api-definition
public SliderRangeThumbPresenter()

Fields

EndThumbProperty

Identifies the EndThumb property.

Declaration

cs-api-definition
public static BindableProperty EndThumbProperty

Field Value

BindableProperty

RangeTrackProperty

Identifies the RangeTrack property.

Declaration

cs-api-definition
public static BindableProperty RangeTrackProperty

Field Value

BindableProperty

StartThumbProperty

Identifies the StartThumb property.

Declaration

cs-api-definition
public static BindableProperty StartThumbProperty

Field Value

BindableProperty

Properties

EndThumb

Gets or sets the end thumb.

Declaration

cs-api-definition
public VisualElement EndThumb { get; set; }

Property Value

VisualElement

RangeTrack

Gets or sets the range track (the part between the start and end thumbs).

Declaration

cs-api-definition
public VisualElement RangeTrack { get; set; }

Property Value

VisualElement

StartThumb

Gets or sets the start thumb.

Declaration

cs-api-definition
public VisualElement StartThumb { get; set; }

Property Value

VisualElement