ClassSliderThumb
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
SliderThumb()
Initalizes a new instance of the class.
Declaration
public SliderThumb()
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
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 thumb.
Declaration
public Thickness CornerRadius { get; set; }
Property Value
Thickness
Fill
Gets or sets the fill of the thumb.
Declaration
public Color Fill { get; set; }
Property Value
Color
Stroke
Gets or sets the stroke of the thumb.
Declaration
public Color Stroke { get; set; }
Property Value
Color
StrokeThickness
Gets or sets the stroke thickness of the thumb.