New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public class SliderRangeThumbPresenter : SliderPresenterBase

Inheritance: objectRadLayoutSliderPresenterBaseSliderRangeThumbPresenter

Inherited Members RadLayout.CreateLayoutManager()

Constructors

C#
public SliderRangeThumbPresenter()

Fields

EndThumbProperty

BindableProperty

Identifies the EndThumb property.

C#
public static BindableProperty EndThumbProperty

RangeTrackProperty

BindableProperty

Identifies the RangeTrack property.

C#
public static BindableProperty RangeTrackProperty

StartThumbProperty

BindableProperty

Identifies the StartThumb property.

C#
public static BindableProperty StartThumbProperty

Properties

EndThumb

VisualElement

Gets or sets the end thumb.

C#
public VisualElement EndThumb { get; set; }

RangeTrack

VisualElement

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

C#
public VisualElement RangeTrack { get; set; }

StartThumb

VisualElement

Gets or sets the start thumb.

C#
public VisualElement StartThumb { get; set; }