windowsforms-devexpress-dot-utils-dot-tooltipcontrollershoweventargs-a9a42f6a.md
Gets or sets whether the tooltip is anchored relative to the mouse pointer or relative to the editor.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public ToolTipAnchor ToolTipAnchor { get; set; }
Public Property ToolTipAnchor As ToolTipAnchor
| Type | Description |
|---|---|
| DevExpress.Utils.ToolTipAnchor |
A DevExpress.Utils.ToolTipAnchor value that specifies whether the tooltip is anchored relative to the mouse pointer or relative to the owning control. By Default , the behavior depends on the ToolTipController.ToolTipAnchor property and the owning control’s ToolTipAnchor setting.
|
Use the ToolTipAnchor property to specify whether the tooltip is aligned according to the ToolTipController.ToolTipLocation setting relative to the mouse cursor or the owning control. This event argument overrides the default behavior specified by the owning control’s ToolTipAnchor and ToolTipController‘s ToolTipController.ToolTipAnchor properties.
See Also
ToolTipController.ToolTipAnchor
ToolTipControllerShowEventArgs Class