ClassSliderTooltip
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
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
BindableProperty
FormattedValueProperty
Identifies the FormattedValue property.
Declaration
public static readonly BindableProperty FormattedValueProperty
Field Value
BindableProperty
SliderProperty
Identifies the Slider property.
Declaration
public static readonly BindableProperty SliderProperty
Field Value
BindableProperty
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
BindableProperty
Properties
ControlTemplate
Gets or sets the template that defines the visual appearance of the view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
ControlTemplate
FormattedValue
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.
Slider
Gets the RadRangeSlider that this tooltip is part of.
Declaration
public View Slider { get; }
Property Value
View