Skip to main content

TreeMapItem Members

An item of a tree map.

Constructors

Name Description
TreeMapItem() Initializes a new instance of the TreeMapItem class with default settings.
TreeMapItem(Double, String) Initializes a new instance of the TreeMapItem class with the specified value and label.

Properties

Name Description
Background Gets or sets the background brush of a tree map item.
Children Returns the collection of children items of a current item.
Foreground Gets or sets the foreground brush of a tree map item.
IsHighlighted Returns the value indicating whether a tree map item is highlighted.
IsSelected Returns the value indicating whether a tree map item is selected.
Label Gets or sets the label of a tree map item.
Owner Returns an object’s owner. Inherited from TreeMapDependencyObject.
Tag Gets or sets the object that contains data related to the treemap item.
Value Gets or sets the value of a tree map item.

Events

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