SliderThumb
Represents a thumb in a RadRangeSlider.
Definition
Namespace:Telerik.Maui.Controls.RangeSlider
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class SliderThumb : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewSliderThumb
Implements:
Inherited Members
Constructors
Initalizes a new instance of the class.
public SliderThumb()
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
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 thumb.
public Thickness CornerRadius { get; set; }
Fill
Color
Gets or sets the fill of the thumb.
public Color Fill { get; set; }
Stroke
Color
Gets or sets the stroke of the thumb.
public Color Stroke { get; set; }
Gets or sets the stroke thickness of the thumb.
public double StrokeThickness { get; set; }