Class SliderTooltip
A view that is used for the content of a popup that is used to display a tooltip in a RadRangeSlider.
Inherited Members
Namespace: Telerik.Maui.Controls.RangeSlider
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SliderTooltip : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Fields
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FormattedValueProperty
Identifies the FormattedValue property.
Declaration
public static readonly BindableProperty FormattedValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SliderProperty
Identifies the Slider property.
Declaration
public static readonly BindableProperty SliderProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ControlTemplate
Gets or sets the template that defines the visual appearance of the view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|
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.String
|
Slider
Gets the RadRangeSlider that this tooltip is part of.
Declaration
public View Slider { get; }
Property Value
Microsoft.Maui.Controls.View
|
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.Double.NaN.
Declaration
public double Value { get; }
Property Value
System.Double
|