Class SliderTooltip
A view that is used for the content of a popup that is used to display a tooltip in a Rad
Inherited Members
Namespace: Telerik.Maui.Controls.RangeSlider
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SliderTooltip : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Fields
ControlTemplateProperty
Identifies the Control
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.
|
FormattedValueProperty
Identifies the Formatted
Declaration
public static readonly BindableProperty FormattedValueProperty
Field Value
Microsoft.
|
SliderProperty
Identifies the Slider property.
Declaration
public static readonly BindableProperty SliderProperty
Field Value
Microsoft.
|
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.
|
Properties
ControlTemplate
Gets or sets the template that defines the visual appearance of the view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.
|
FormattedValue
Gets or sets the formatted value.
When the dragged element is a thumb, the corresponding value of the thumb is formatted by either using the
Declaration
public string FormattedValue { get; }
Property Value
System.
|
Slider
Gets the Rad
Declaration
public View Slider { get; }
Property Value
Microsoft.
|
Value
Gets or sets the corresponding value, i.e. the value corresponding to the dragged thumb. If the dragged element is not a thumb, the value of this property is System.
Declaration
public double Value { get; }
Property Value
System.
|