Class SliderToolbarItemView
Visual representation of a slider in the RadToolbar control.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SliderToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
SliderToolbarItemView()
Declaration
public SliderToolbarItemView()
Fields
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SliderStyleProperty
Identifies the SliderStyle property.
Declaration
public static readonly BindableProperty SliderStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Maximum
Gets or sets the maximum value of the slider.
Declaration
public double Maximum { get; set; }
Property Value
System.Double
|
Minimum
Gets or sets the minimum value of the slider.
Declaration
public double Minimum { get; set; }
Property Value
System.Double
|
SliderStyle
Gets or sets the Microsoft.Maui.Controls.Style of the slider. The target type of this style is Microsoft.Maui.Controls.Slider.
Declaration
public Style SliderStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
Value
Gets or sets the value of the slider.
Declaration
public double Value { get; set; }
Property Value
System.Double
|
Methods
MeasureOverride(Double, Double)
Declaration
protected override Size MeasureOverride(double widthConstraint, double heightConstraint)
Parameters
System.Double
widthConstraint
|
System.Double
heightConstraint
|
Returns
Microsoft.Maui.Graphics.Size
|
Events
ValueChanged
Raised when the Value property has changed.
Declaration
public event EventHandler ValueChanged
Event Type
System.EventHandler
|