Class SliderToolTipInfo
SliderToolTipInfo contains the common information about the tooltip.
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.Sliders
Assembly: Syncfusion.Sliders.WinUI.dll
Syntax
public class SliderToolTipInfo : Object, INotifyPropertyChanged
Constructors
SliderToolTipInfo()
Declaration
public SliderToolTipInfo()
Properties
ToolTipTemplate
Gets the tooltip template.
Declaration
public DataTemplate ToolTipTemplate { get; }
Property Value
Type |
---|
Microsoft.UI.Xaml.DataTemplate |
ToolTipText
Gets the tooltip text.
Declaration
public string ToolTipText { get; }
Property Value
Type | Description |
---|---|
System.String | It contains the tooltip text. |
Methods
OnPropertyChanged(String)
Called when property changed
Declaration
public void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | The property name. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged