Class
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:

cs-api-definition
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

Identifies the ControlTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty ControlTemplateProperty

Field Value

BindableProperty

FormattedValueProperty

Identifies the FormattedValue property.

Declaration

cs-api-definition
public static readonly BindableProperty FormattedValueProperty

Field Value

BindableProperty

SliderProperty

Identifies the Slider property.

Declaration

cs-api-definition
public static readonly BindableProperty SliderProperty

Field Value

BindableProperty

ValueProperty

Identifies the Value property.

Declaration

cs-api-definition
public static readonly BindableProperty ValueProperty

Field Value

BindableProperty

Properties

ControlTemplate

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

Declaration

cs-api-definition
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.

Declaration

cs-api-definition
public string FormattedValue { get; }

Property Value

string

Slider

Gets the RadRangeSlider that this tooltip is part of.

Declaration

cs-api-definition
public View Slider { get; }

Property Value

View

Value

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.

Declaration

cs-api-definition
public double Value { get; }

Property Value

double