Class
SliderRangeTrack

Represents the range track (the part between the start and end thumbs) of a RadRangeSlider.

Definition

Namespace:Telerik.Maui.Controls.RangeSlider

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class SliderRangeTrack : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewSliderRangeTrack

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

SliderRangeTrack()

Initalizes a new instance of the SliderRangeTrack.

Declaration

cs-api-definition
public SliderRangeTrack()

Fields

ControlTemplateProperty

Identifies the ControlTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty ControlTemplateProperty

Field Value

BindableProperty

CornerRadiusProperty

Identifies the CornerRadius property.

Declaration

cs-api-definition
public static readonly BindableProperty CornerRadiusProperty

Field Value

BindableProperty

FillProperty

Identifies the Fill property.

Declaration

cs-api-definition
public static readonly BindableProperty FillProperty

Field Value

BindableProperty

StrokeProperty

Identifies the Stroke property.

Declaration

cs-api-definition
public static readonly BindableProperty StrokeProperty

Field Value

BindableProperty

StrokeThicknessProperty

Identifies the StrokeThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty StrokeThicknessProperty

Field Value

BindableProperty

TrackThicknessProperty

Identifies the TrackThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty TrackThicknessProperty

Field Value

BindableProperty

Properties

ControlTemplate

Gets or sets the template that defines the visual appearance of the view.

Declaration

cs-api-definition
public ControlTemplate ControlTemplate { get; set; }

Property Value

ControlTemplate

CornerRadius

Gets or sets the corner radius of the range track.

Declaration

cs-api-definition
public Thickness CornerRadius { get; set; }

Property Value

Thickness

Fill

Gets or sets the fill of the range track.

Declaration

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

Property Value

Color

Stroke

Gets or sets the stroke of the range track.

Declaration

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

Property Value

Color

StrokeThickness

Gets or sets the stroke thickness of the range track.

Declaration

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

Property Value

double

TrackThickness

Gets or sets the thickness of the range track.

Declaration

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

Property Value

double