UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolTipConstraints - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolTipConstraints

    Specifies to enable/disable certain behavior of ToolTip.

    Inheritance
    System.Object
    ToolTipConstraints
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class ToolTipConstraints : Enum

    Fields

    Angle

    Specifies to show the Angle of the Element.

    Declaration
    public const ToolTipConstraints Angle
    Field Value
    Type Description
    ToolTipConstraints

    Default

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

    Declaration
    public const ToolTipConstraints Default
    Field Value
    Type Description
    ToolTipConstraints

    None

    Disable all the behavior for ToolTip.

    Declaration
    public const ToolTipConstraints None
    Field Value
    Type Description
    ToolTipConstraints

    Position

    Specifies to show the position of the Element.

    Declaration
    public const ToolTipConstraints Position
    Field Value
    Type Description
    ToolTipConstraints

    Size

    Specifies to show the Size of the Element.

    Declaration
    public const ToolTipConstraints Size
    Field Value
    Type Description
    ToolTipConstraints

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Extension Methods

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