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.v19.1.dll

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