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