SliderTooltip
A view that is used for the content of a popup that is used to display a tooltip in a RadRangeSlider.
Definition
Namespace:Telerik.Maui.Controls.RangeSlider
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class SliderTooltip : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewSliderTooltip
Implements:
Inherited Members
Fields
ControlTemplateProperty
BindableProperty
Identifies the ControlTemplate property.
public static readonly BindableProperty ControlTemplateProperty
FormattedValueProperty
BindableProperty
Identifies the FormattedValue property.
public static readonly BindableProperty FormattedValueProperty
SliderProperty
BindableProperty
Identifies the Slider property.
public static readonly BindableProperty SliderProperty
ValueProperty
BindableProperty
Identifies the Value property.
public static readonly BindableProperty ValueProperty
Properties
ControlTemplate
ControlTemplate
Gets or sets the template that defines the visual appearance of the view.
public ControlTemplate ControlTemplate { get; set; }
Gets the formatted value. When the dragged element is a thumb, the corresponding value of the thumb is formatted by either using the TooltipStringFormat or StringFormat.
public string FormattedValue { get; }
Slider
View
Gets the RadRangeSlider that this tooltip is part of.
public View Slider { get; }