wpf-devexpress-dot-xpf-dot-treemap-1e82caab.md
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.v25.2.dll
NuGet Package : DevExpress.Wpf.TreeMap
public abstract class ToolTipPosition :
TreeMapDependencyObject
Public MustInherit Class ToolTipPosition
Inherits TreeMapDependencyObject
The following members return ToolTipPosition objects:
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.
Object DispatcherObject DependencyObject Freezable TreeMapDependencyObject ToolTipPosition ToolTipMousePosition
See Also