ToolTipInfo Properties
Contains settings that define the appearance and behavior of built-in map tooltips.| Name | Description |
|---|---|
| ContentTemplate | Gets the template that defines the presentation of the data content of the tooltip for an ToolTipInfo.Item. |
| HorizontalBeakAlignment | Gets the horizontal alignment of the tooltip’s beak. |
| Item | Gets the data source item for which the tooltip is invoked. |
| Owner | Returns an object’s owner. Inherited from TreeMapDependencyObject. |
| ToolTipBackground | |
| ToolTipFontSize | |
| ToolTipFontWeight | |
| ToolTipForeground | |
| ToolTipPosition | Gets the tooltip position on the tree map. |
| ToolTipText | Gets the hint for the tree map item located at the specified point on a map. |
| VerticalBeakAlignment | Gets the vertical alignment of the tooltip’s beak. |
| Visible | Gets the value indicating whether the tooltip is visible. |
See Also