SliderToolbarItem
Class
Represents a slider in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class SliderToolbarItem : ToolbarItem
Inheritance: objectToolbarItemSliderToolbarItem
Inherited Members
Constructors
C#
public SliderToolbarItem()
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 RadSlider.
C#
public Style SliderStyle { get; set; }
Events
Raised when the Value property has changed.
C#
public event EventHandler ValueChanged