ToolTipController.ToolTipLocation Property
Gets or sets the tooltip location.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DefaultValue(ToolTipLocation.BottomRight)]
[DXCategory("ToolTip")]
public ToolTipLocation ToolTipLocation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tool |
Bottom |
The Tool |
Available values:
Name | Description |
---|---|
Bottom |
A tooltip appears vertically aligned at the bottom, and horizontally aligned on the left relative to the mouse cursor position. |
Bottom |
A tooltip appears vertically aligned at the bottom, and horizontally centered relative to the mouse cursor position. |
Bottom |
A tooltip appears vertically aligned at the bottom, and horizontally aligned on the right relative to the mouse cursor position. |
Top |
A tooltip appears vertically aligned at the top, and horizontally aligned on the left relative to the mouse cursor position. |
Top |
A tooltip appears vertically aligned at the top, and horizontally centered relative to the mouse cursor position. |
Top |
A tooltip appears vertically aligned at the top, and horizontally aligned on the right relative to the mouse cursor position. |
Left |
A tooltip appears horizontally aligned on the left, and vertically aligned at the top relative to the mouse cursor position. |
Left |
A tooltip appears horizontally aligned on the left, and vertically centered relative to the mouse cursor position. |
Left |
A tooltip appears horizontally aligned on the left, and vertically aligned at the bottom relative to the mouse cursor position. |
Right |
A tooltip appears horizontally aligned on the right, and vertically aligned at the top relative to the mouse cursor position. |
Right |
A tooltip appears horizontally aligned on the right, and vertically centered relative to the mouse cursor position. |
Right |
A tooltip appears horizontally aligned on the right, and vertically aligned at the bottom relative to the mouse cursor position. |
Default | The default tooltip location. |
Fixed | A tooltip is shown in the location specified by the second parameter of the Show |
#Remarks
When a tooltip is displayed for a RibbonControl’s bar item, its location is determined automatically. The ToolTipLocation setting is ignored in this instance.
When a flyout tooltip is shown with a beak, its location can be set to one of four positions: top center, bottom center, left center, or right center.