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

ToolTipPosition Class

The base class for all classes that define how a tooltip should be positioned within a Tree Map.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public abstract class ToolTipPosition :
    TreeMapDependencyObject

The following members return ToolTipPosition objects:

Remarks

Use the ToolTipOptions.Position property to access the ToolTipPosition object.

After that, it becomes possible to specify a tooltip position in ToolTipRelativePosition or ToolTipMousePosition modes.

To learn more on tooltips, see the Tooltips topic.

See Also