TreeMapItem Properties
An item of a tree map.Name | Description |
---|---|
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. |
Foreground | Gets or sets the foreground brush of a tree map item. |
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. |
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