Class
SliderThumb

Represents a thumb in a RadRangeSlider.

Definition

Namespace:Telerik.Maui.Controls.RangeSlider

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
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

SliderThumb()

Initalizes a new instance of the class.

Declaration

cs-api-definition
public SliderThumb()

Fields

ControlTemplateProperty

Identifies the ControlTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty ControlTemplateProperty

Field Value

BindableProperty

CornerRadiusProperty

Identifies the CornerRadius property.

Declaration

cs-api-definition
public static readonly BindableProperty CornerRadiusProperty

Field Value

BindableProperty

FillProperty

Identifies the Fill property.

Declaration

cs-api-definition
public static readonly BindableProperty FillProperty

Field Value

BindableProperty

StrokeProperty

Identifies the Stroke property.

Declaration

cs-api-definition
public static readonly BindableProperty StrokeProperty

Field Value

BindableProperty

StrokeThicknessProperty

Identifies the StrokeThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty StrokeThicknessProperty

Field Value

BindableProperty

Properties

ControlTemplate

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

Declaration

cs-api-definition
public ControlTemplate ControlTemplate { get; set; }

Property Value

ControlTemplate

CornerRadius

Gets or sets the corner radius of the thumb.

Declaration

cs-api-definition
public Thickness CornerRadius { get; set; }

Property Value

Thickness

Fill

Gets or sets the fill of the thumb.

Declaration

cs-api-definition
public Color Fill { get; set; }

Property Value

Color

Stroke

Gets or sets the stroke of the thumb.

Declaration

cs-api-definition
public Color Stroke { get; set; }

Property Value

Color

StrokeThickness

Gets or sets the stroke thickness of the thumb.

Declaration

cs-api-definition
public double StrokeThickness { get; set; }

Property Value

double