Skip to main content

TreeMapItem Properties

An item of a tree map.
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.
See Also