Enum ToolTipLocation
Defines the constants that specifies the location of the tooltip.
Namespace: Syncfusion.WinForms.Controls.Enums
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum ToolTipLocation
Fields
Name | Description |
---|---|
BottomCenter | Indicates that the tooltip should be shown in BottomCenter of the mouse position. |
BottomLeft | Indicates that the tooltip should be shown in BottomLeft of the mouse position. |
BottomRight | Indicates that the tooltip should be shown in BottomRight of the mouse position. |
Default | Indicates that the tooltip will be shown in its mouse position. If ToolTipStyle is Balloon, will be shown in TopRight of mouse position. Otherwise, BottomRight of the mouse position. |
LeftCenter | Indicates that the tooltip should be shown in LeftCenter of the mouse position. |
RightCenter | Indicates that the tooltip should be shown in RightCenter of the mouse position. |
TopCenter | Indicates that the tooltip should be shown in TopCenter of the mouse position. |
TopLeft | Indicates that the tooltip should be shown in TopLeft of the mouse position. |
TopRight | Indicates that the tooltip should be shown in TopRight of the mouse position. |