Class ToolTipConstraints
Specifies to enable/disable certain behavior of ToolTip.
Inheritance
System.Object
ToolTipConstraints
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.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 |
---|
ToolTipConstraints |
Default
Specifies to show the position,size and angle of the Element.
Declaration
public const ToolTipConstraints Default
Field Value
Type |
---|
ToolTipConstraints |
None
Disable all the behavior for ToolTip.
Declaration
public const ToolTipConstraints None
Field Value
Type |
---|
ToolTipConstraints |
Position
Specifies to show the position of the Element.
Declaration
public const ToolTipConstraints Position
Field Value
Type |
---|
ToolTipConstraints |
Size
Specifies to show the Size of the Element.
Declaration
public const ToolTipConstraints Size
Field Value
Type |
---|
ToolTipConstraints |