Class
RadRangeSlider

Represents a slider control that displays a start-end range in a given min-max range. The end user can change the values of the range by dragging the start thumb, end thumb, and range track. This control can display ticks and labels for clarity of what the underlying min-max range is, and can display tooltips for clarity of what the value corresponding to the dragged element is.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadRangeSlider : RadSliderBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadSliderBaseRadRangeSlider

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadSliderBase.ControlTemplatePropertyRadSliderBase.MinimumPropertyRadSliderBase.MaximumPropertyRadSliderBase.TickStepPropertyRadSliderBase.LabelStepPropertyRadSliderBase.StringFormatPropertyRadSliderBase.StringConverterPropertyRadSliderBase.BackTrackThicknessPropertyRadSliderBase.BackTrackStylePropertyRadSliderBase.TicksPlacementPropertyRadSliderBase.InRangeTickColorPropertyRadSliderBase.OutOfRangeTickColorPropertyRadSliderBase.TickLengthPropertyRadSliderBase.TickThicknessPropertyRadSliderBase.InRangeTickStylePropertyRadSliderBase.OutOfRangeTickStylePropertyRadSliderBase.TickStyleSelectorPropertyRadSliderBase.TickTemplatePropertyRadSliderBase.LabelsPlacementPropertyRadSliderBase.TextColorPropertyRadSliderBase.FontFamilyPropertyRadSliderBase.FontSizePropertyRadSliderBase.LabelStylePropertyRadSliderBase.LabelStyleSelectorPropertyRadSliderBase.LabelTemplatePropertyRadSliderBase.SnapModePropertyRadSliderBase.TickOriginPropertyRadSliderBase.BackTrackExtentPropertyRadSliderBase.BackTrackColorPropertyRadSliderBase.RangeTrackFillPropertyRadSliderBase.RangeTrackStylePropertyRadSliderBase.ActualBackTrackStylePropertyRadSliderBase.ActualRangeTrackStylePropertyRadSliderBase.TooltipStringFormatPropertyRadSliderBase.TooltipContentTemplatePropertyRadSliderBase.TooltipControlTemplatePropertyRadSliderBase.OnApplyTemplate()RadSliderBase.MeasureOverride(double, double)RadSliderBase.ArrangeOverride(Rect)RadSliderBase.ChangeVisualState()RadSliderBase.ControlTemplateRadSliderBase.MinimumRadSliderBase.MaximumRadSliderBase.TickStepRadSliderBase.LabelStepRadSliderBase.StringFormatRadSliderBase.StringConverterRadSliderBase.BackTrackThicknessRadSliderBase.BackTrackStyleRadSliderBase.ActualBackTrackStyleRadSliderBase.TicksPlacementRadSliderBase.InRangeTickColorRadSliderBase.OutOfRangeTickColorRadSliderBase.TickLengthRadSliderBase.TickThicknessRadSliderBase.InRangeTickStyleRadSliderBase.OutOfRangeTickStyleRadSliderBase.TickStyleSelectorRadSliderBase.TickTemplateRadSliderBase.LabelsPlacementRadSliderBase.TextColorRadSliderBase.FontFamilyRadSliderBase.FontSizeRadSliderBase.LabelStyleRadSliderBase.LabelStyleSelectorRadSliderBase.LabelTemplateRadSliderBase.SnapModeRadSliderBase.TickOriginRadSliderBase.BackTrackExtentRadSliderBase.BackTrackColorRadSliderBase.RangeTrackFillRadSliderBase.RangeTrackStyleRadSliderBase.ActualRangeTrackStyleRadSliderBase.TooltipStringFormatRadSliderBase.TooltipContentTemplateRadSliderBase.TooltipControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

RadRangeSlider()

Initializes a new instance of the class.

Declaration

cs-api-definition
public RadRangeSlider()

Fields

ActualEndThumbStyleProperty

Identifies the ActualEndThumbStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualEndThumbStyleProperty

Field Value

BindableProperty

ActualStartThumbStyleProperty

Identifies the ActualStartThumbStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualStartThumbStyleProperty

Field Value

BindableProperty

DragModeProperty

Identifies the DragMode property.

Declaration

cs-api-definition
public static readonly BindableProperty DragModeProperty

Field Value

BindableProperty

EndThumbFillProperty

Identifies the EndThumbFill property.

Declaration

cs-api-definition
public static readonly BindableProperty EndThumbFillProperty

Field Value

BindableProperty

EndThumbStyleProperty

Identifies the EndThumbStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty EndThumbStyleProperty

Field Value

BindableProperty

RangeEndProperty

Identifies the RangeEnd property.

Declaration

cs-api-definition
public static readonly BindableProperty RangeEndProperty

Field Value

BindableProperty

RangeStartProperty

Identifies the RangeStart property.

Declaration

cs-api-definition
public static readonly BindableProperty RangeStartProperty

Field Value

BindableProperty

StartThumbFillProperty

Identifies the StartThumbFill property.

Declaration

cs-api-definition
public static readonly BindableProperty StartThumbFillProperty

Field Value

BindableProperty

StartThumbStyleProperty

Identifies the StartThumbStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty StartThumbStyleProperty

Field Value

BindableProperty

Properties

ActualEndThumbStyle

Gets or sets the actual style that will be applied to the end thumb. This is a merger of the custom EndThumbStyle and the default style.

Declaration

cs-api-definition
public Style ActualEndThumbStyle { get; }

Property Value

Style

ActualStartThumbStyle

Gets or sets the actual style that will be applied to the start thumb. This is a merger of the custom StartThumbStyle and the default style.

Declaration

cs-api-definition
public Style ActualStartThumbStyle { get; }

Property Value

Style

DragMode

Gets or sets a value indicating what elements the end-user can drag.

Declaration

cs-api-definition
public RangeSliderDragMode DragMode { get; set; }

Property Value

RangeSliderDragMode

EndThumbFill

Gets or sets the custom color that is to be applied to the end thumb.

Declaration

cs-api-definition
public Color EndThumbFill { get; set; }

Property Value

Color

EndThumbStyle

Gets or sets the custom style that is to be applied to the end thumb (TargetType SliderThumb). This style is merged with the default style and the resulting merged style is set to the ActualEndThumbStyle property, and this is the style that is actually applied to the element.

Declaration

cs-api-definition
public Style EndThumbStyle { get; set; }

Property Value

Style

RangeEnd

Gets or sets the end value of the range.

Declaration

cs-api-definition
public double RangeEnd { get; set; }

Property Value

double

RangeStart

Gets or sets the start value of the range.

Declaration

cs-api-definition
public double RangeStart { get; set; }

Property Value

double

StartThumbFill

Gets or sets the custom color that is to be applied to the start thumb.

Declaration

cs-api-definition
public Color StartThumbFill { get; set; }

Property Value

Color

StartThumbStyle

Gets or sets the custom style that is to be applied to the start thumb (TargetType SliderThumb). This style is merged with the default style and the resulting merged style is set to the ActualStartThumbStyle property, and this is the style that is actually applied to the element.

Declaration

cs-api-definition
public Style StartThumbStyle { get; set; }

Property Value

Style

Events

RangeChanging

An event that is raise when the end-user drags a thumb or the range track. This event allows for plugging in custom logic by changing the RangeStart and RangeEnd properties.

Declaration

cs-api-definition
public event EventHandler<RangeChangingEventArgs> RangeChanging

Event Value

EventHandler<RangeChangingEventArgs>