Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Utils, 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