Skip to main content

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

NuGet Package: 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