Enum ToolTipPosition
Specifies the TooltTip position.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum ToolTipPosition
Fields
| Name | Description |
|---|---|
| Bottom | Specifies to placed the tooltip at Bottom side of the Object. |
| Left | Specifies to placed the tooltip at left side of the Object. |
| Right | Specifies to placed the tooltipat Right side of the Object. |
| Top | Specifies to placed the tooltip at Top side of the Object. |