menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SliderToolTipInfo - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SliderToolTipInfo

    SliderToolTipInfo contains the common information about the tooltip.

    Inheritance
    System.Object
    SliderToolTipInfo
    RangeSliderToolTipInfo
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved