Class SliderToolbarItem
Represents a slider in the Rad
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SliderToolbarItem : ToolbarItem
Constructors
SliderToolbarItem()
Declaration
public SliderToolbarItem()
Fields
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Microsoft.
|
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Microsoft.
|
SliderStyleProperty
Identifies the Slider
Declaration
public static readonly BindableProperty SliderStyleProperty
Field Value
Microsoft.
|
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.
|
Properties
Maximum
Gets or sets the maximum value of the slider.
Declaration
public double Maximum { get; set; }
Property Value
System.
|
Minimum
Gets or sets the minimum value of the slider.
Declaration
public double Minimum { get; set; }
Property Value
System.
|
SliderStyle
Gets or sets the Microsoft.
Declaration
public Style SliderStyle { get; set; }
Property Value
Microsoft.
|
Value
Gets or sets the value of the slider.
Declaration
public double Value { get; set; }
Property Value
System.
|
Events
ValueChanged
Raised when the Value property has changed.
Declaration
public event EventHandler ValueChanged
Event Type
System.
|