New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public class SliderTooltip : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewSliderTooltip

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members RadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Fields

ControlTemplateProperty

BindableProperty

Identifies the ControlTemplate property.

C#
public static readonly BindableProperty ControlTemplateProperty

FormattedValueProperty

BindableProperty

Identifies the FormattedValue property.

C#
public static readonly BindableProperty FormattedValueProperty

SliderProperty

BindableProperty

Identifies the Slider property.

C#
public static readonly BindableProperty SliderProperty

ValueProperty

BindableProperty

Identifies the Value property.

C#
public static readonly BindableProperty ValueProperty

Properties

ControlTemplate

ControlTemplate

Gets or sets the template that defines the visual appearance of the view.

C#
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.

C#
public string FormattedValue { get; }

Slider

View

Gets the RadRangeSlider that this tooltip is part of.

C#
public View Slider { get; }

Gets 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 NaN.

C#
public double Value { get; }