Visual representation of a slider in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class SliderToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewSliderToolbarItemView...
Implements:
Inherited Members
Constructors
C#
public SliderToolbarItemView()
Fields
MaximumProperty
BindableProperty
Identifies the Maximum property.
C#
public static readonly BindableProperty MaximumProperty
MinimumProperty
BindableProperty
Identifies the Minimum property.
C#
public static readonly BindableProperty MinimumProperty
SliderStyleProperty
BindableProperty
Identifies the SliderStyle property.
C#
public static readonly BindableProperty SliderStyleProperty
ValueProperty
BindableProperty
Identifies the Value property.
C#
public static readonly BindableProperty ValueProperty
Properties
SliderStyle
Style
Gets or sets the Style of the slider. The target type of this style is .
C#
public Style SliderStyle { get; set; }
Methods
Events
Raised when the Value property has changed.
C#
public event EventHandler ValueChanged