ClassSliderToolbarItem
Class
Represents a slider in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class SliderToolbarItem : ToolbarItem
Inheritance: objectToolbarItemSliderToolbarItem
Inherited Members
Constructors
SliderToolbarItem()
Declaration
cs-api-definition
public SliderToolbarItem()
Fields
MaximumProperty
Identifies the Maximum property.
Declaration
cs-api-definition
public static readonly BindableProperty MaximumProperty
Field Value
BindableProperty
MinimumProperty
Identifies the Minimum property.
Declaration
cs-api-definition
public static readonly BindableProperty MinimumProperty
Field Value
BindableProperty
SliderStyleProperty
Identifies the SliderStyle property.
Declaration
cs-api-definition
public static readonly BindableProperty SliderStyleProperty
Field Value
BindableProperty
ValueProperty
Identifies the Value property.
Declaration
cs-api-definition
public static readonly BindableProperty ValueProperty
Field Value
BindableProperty
Properties
Maximum
Gets or sets the maximum value of the slider.
Minimum
Gets or sets the minimum value of the slider.
SliderStyle
Gets or sets the Style of the slider. The target type of this style is RadSlider.
Declaration
cs-api-definition
public Style SliderStyle { get; set; }
Property Value
Style
Events
ValueChanged
Raised when the Value property has changed.