New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a thumb in a RadRangeSlider.

Definition

Namespace:Telerik.Maui.Controls.RangeSlider

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class SliderThumb : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewSliderThumb

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members RadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

Initalizes a new instance of the class.

C#
public SliderThumb()

Fields

ControlTemplateProperty

BindableProperty

Identifies the ControlTemplate property.

C#
public static readonly BindableProperty ControlTemplateProperty

CornerRadiusProperty

BindableProperty

Identifies the CornerRadius property.

C#
public static readonly BindableProperty CornerRadiusProperty

FillProperty

BindableProperty

Identifies the Fill property.

C#
public static readonly BindableProperty FillProperty

StrokeProperty

BindableProperty

Identifies the Stroke property.

C#
public static readonly BindableProperty StrokeProperty

StrokeThicknessProperty

BindableProperty

Identifies the StrokeThickness property.

C#
public static readonly BindableProperty StrokeThicknessProperty

Properties

ControlTemplate

ControlTemplate

Gets or sets the template that defines the visual appearance of the view.

C#
public ControlTemplate ControlTemplate { get; set; }

CornerRadius

Thickness

Gets or sets the corner radius of the thumb.

C#
public Thickness CornerRadius { get; set; }

Fill

Color

Gets or sets the fill of the thumb.

C#
public Color Fill { get; set; }

Stroke

Color

Gets or sets the stroke of the thumb.

C#
public Color Stroke { get; set; }

Gets or sets the stroke thickness of the thumb.

C#
public double StrokeThickness { get; set; }