ClassSliderRangeTrack
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:
public class SliderRangeTrack : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewSliderRangeTrack
Implements:
Inherited Members
Constructors
SliderRangeTrack()
Initalizes a new instance of the SliderRangeTrack.
Declaration
public SliderRangeTrack()
Fields
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
BindableProperty
CornerRadiusProperty
Identifies the CornerRadius property.
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
BindableProperty
FillProperty
Identifies the Fill property.
Declaration
public static readonly BindableProperty FillProperty
Field Value
BindableProperty
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
BindableProperty
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
BindableProperty
TrackThicknessProperty
Identifies the TrackThickness property.
Declaration
public static readonly BindableProperty TrackThicknessProperty
Field Value
BindableProperty
Properties
ControlTemplate
Gets or sets the template that defines the visual appearance of the view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
ControlTemplate
CornerRadius
Gets or sets the corner radius of the range track.
Declaration
public Thickness CornerRadius { get; set; }
Property Value
Thickness
Fill
Gets or sets the fill of the range track.
Declaration
public Color Fill { get; set; }
Property Value
Color
Stroke
Gets or sets the stroke of the range track.
Declaration
public Color Stroke { get; set; }
Property Value
Color
StrokeThickness
Gets or sets the stroke thickness of the range track.
TrackThickness
Gets or sets the thickness of the range track.