Class SliderRangeTrack
Represents the range track (the part between the start and end thumbs) of a RadRangeSlider.
Inherited Members
Namespace: Telerik.Maui.Controls.RangeSlider
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SliderRangeTrack : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
SliderRangeTrack()
Fields
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CornerRadiusProperty
Identifies the CornerRadius property.
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FillProperty
Identifies the Fill property.
Declaration
public static readonly BindableProperty FillProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TrackThicknessProperty
Identifies the TrackThickness property.
Declaration
public static readonly BindableProperty TrackThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ControlTemplate
Gets or sets the template that defines the visual appearance of the view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|
CornerRadius
Gets or sets the corner radius of the range track.
Declaration
public Thickness CornerRadius { get; set; }
Property Value
Microsoft.Maui.Thickness
|
Fill
Gets or sets the fill of the range track.
Declaration
public Color Fill { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Stroke
Gets or sets the stroke of the range track.
Declaration
public Color Stroke { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
StrokeThickness
Gets or sets the stroke thickness of the range track.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|
TrackThickness
Gets or sets the thickness of the range track.
Declaration
public double TrackThickness { get; set; }
Property Value
System.Double
|