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. |