menu

WPF

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

    Show / Hide Table of Contents

    Enum ToolTipConstraints

    Specifies to enable/disable certain behavior of ToolTip.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    [Flags]
    public enum ToolTipConstraints

    Fields

    Name Description
    Angle

    Specifies to show the Angle of the Element.

    Default

    Specifies to show the position,size and angle of the Element.

    None

    Disable all the behavior for ToolTip.

    Position

    Specifies to show the position of the Element.

    Size

    Specifies to show the Size of the Element.

    Extension Methods

    DiagramExtensions.Add(ToolTipConstraints[])
    DiagramExtensions.Remove(ToolTipConstraints[])
    DiagramExtensions.Toggle(ToolTipConstraints[])
    DiagramExtensions.Contains(ToolTipConstraints)
    DiagramExtensions.ContainsAll(ToolTipConstraints)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved