Skip to main content
A newer version of this page is available. .

TreeMapItem Properties

An item of a tree map.
Name Description
ActualBackground Returns the actual background brush of a tree map item.
ActualForeground Returns the actual foreground brush of a tree map item.
ActualTemplate Gets or sets the actual template of the current tree map item.
Background Gets or sets the background brush of a tree map item.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
Children Returns the collection of children items of a current 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.
FontSize Returns the tree map item’s font size.
FontWeight Returns the tree map item’s font weight.
Foreground Gets or sets the foreground brush of a tree map item.
GroupBorderBrush Returns the tree map item’s border brush if the item is a group.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsHighlighted Returns the value indicating whether a tree map item is highlighted.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
IsSelected Returns the value indicating whether a tree map item is selected.
Label Gets or sets the label of a tree map item.
OpacityMask Gets or sets the opacity mask of the current tree map item.
Owner Returns an object’s owner. Inherited from TreeMapDependencyObject.
Tag Gets or sets the object containing data related to a tree map item.
Value Gets or sets the value of a tree map item.
See Also