menu

UWP

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

    Show / Hide Table of Contents

    Class ToolTip

    Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.

    Inheritance
    System.Object
    DiagramElementViewModel
    ToolTip
    Implements
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    IToolTip
    Inherited Members
    DiagramElementViewModel.ID
    DiagramElementViewModel.Info
    DiagramElementViewModel.Key
    DiagramElementViewModel.OnPropertyChanged(String)
    DiagramElementViewModel.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class ToolTip : DiagramElementViewModel, IDiagramElement, IID, INotifyPropertyChanged, IToolTip

    Constructors

    ToolTip()

    Initializes a new instance of the ToolTip class.

    Declaration
    public ToolTip()

    Properties

    Constraints

    Gets or sets a Constraints for the ToolTip.

    Declaration
    public ToolTipConstraints Constraints { get; set; }
    Property Value
    Type
    ToolTipConstraints

    Text

    Gets or sets a Text for the ToolTip.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    TextStyle

    Gets or sets a Style for the ToolTip Text.

    Declaration
    public Style TextStyle { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Style

    ToolTipStyle

    Gets or sets a Style for the ToolTip.

    Declaration
    public Style ToolTipStyle { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Style

    Visibility

    Gets or sets a Visibility for the ToolTip.

    Declaration
    public Visibility Visibility { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    Methods

    ToValue(Double)

    Convert the double value to string.

    Declaration
    protected virtual string ToValue(double displayValue)
    Parameters
    Type Name Description
    System.Double displayValue
    Returns
    Type
    System.String

    Implements

    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    IToolTip

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved