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.v24.1.dll
NuGet Package: DevExpress.Wpf.TreeMap
Declaration
Related API Members
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.
Inheritance
See Also