menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IToolTip - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IToolTip

    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.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public interface IToolTip

    Properties

    Constraints

    Gets or sets a Constraints for the ToolTip.

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

    Text

    Gets or sets a Text for the ToolTip.

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

    TextStyle

    Gets or sets a Style for the ToolTip Text.

    Declaration
    Style TextStyle { get; set; }
    Property Value
    Type
    System.Windows.Style

    ToolTipStyle

    Gets or sets a Style for the ToolTip.

    Declaration
    Style ToolTipStyle { get; set; }
    Property Value
    Type
    System.Windows.Style

    Visibility

    Gets or sets a Visibility for the ToolTip.

    Declaration
    Visibility Visibility { get; set; }
    Property Value
    Type
    System.Windows.Visibility
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved