Class RangeSliderToolTipInfo
RangeSliderToolTipInfo contains the information about the range slider tooltip.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Sliders
Assembly: Syncfusion.Sliders.WinUI.dll
Syntax
public class RangeSliderToolTipInfo : SliderToolTipInfo, INotifyPropertyChanged
Constructors
RangeSliderToolTipInfo()
Declaration
public RangeSliderToolTipInfo()
Properties
RangeEndValue
Gets the range end value.
Declaration
public double RangeEndValue { get; }
Property Value
Type | Description |
---|---|
System.Double | It contains the range end's value. |
RangeStartValue
Gets the range start value.
Declaration
public double RangeStartValue { get; }
Property Value
Type | Description |
---|---|
System.Double | It contains the range start's value. |
Implements
System.ComponentModel.INotifyPropertyChanged