ClassSliderToolbarItemView
Visual representation of a slider in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class SliderToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewSliderToolbarItemView
Implements:
Inherited Members
Constructors
SliderToolbarItemView()
Declaration
public SliderToolbarItemView()
Fields
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
BindableProperty
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
BindableProperty
SliderStyleProperty
Identifies the SliderStyle property.
Declaration
public static readonly BindableProperty SliderStyleProperty
Field Value
BindableProperty
ValueProperty
Identifies the Value property.
Declaration
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 .
Declaration
public Style SliderStyle { get; set; }
Property Value
Style
Methods
Events
ValueChanged
Raised when the Value property has changed.