Skip to main content
A newer version of this page is available. .

ToolTipControlInfo.ToolTipAnchor Property

Gets or sets whether the tooltip is anchored relative to the mouse pointer or the owning control.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

public ToolTipAnchor ToolTipAnchor { get; set; }

Property Value

Type Description
DevExpress.Utils.ToolTipAnchor

A DevExpress.Utils.ToolTipAnchor value that specifies whether the tooltip is anchored relative to the mouse pointer or the owning control.

See Also