Skip to main content

ToolTipInfo Members

Contains settings that define the appearance and behavior of built-in map tooltips.

Constructors

Name Description
ToolTipInfo(IPatternHolder) Initializes a new instance of the ToolTipInfo class with specified settings.

Properties

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.

Events

Name Description
PropertyChanged Occurs every time any of the TreeMapDependencyObject class properties has changed its value. Inherited from TreeMapDependencyObject.
See Also