ToolTipInfo Properties
Contains settings that define the appearance and behavior of built-in map tooltips.Name | Description |
---|---|
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
ContentTemplate | Gets the template that defines the presentation of the data content of the tooltip for an ToolTipInfo.Item. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
HorizontalBeakAlignment | Gets the horizontal alignment of the tooltip’s beak. |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
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