TreeMapItemStorage Members
Stores a collection of tree map items and provides them to a tree map control.Constructors
| Name | Description |
|---|---|
| TreeMapItemStorage() | Initializes a new instance of the TreeMapItemStorage class with default settings. |
Fields
| Name | Description |
|---|---|
| ItemsProperty static | Identifies the TreeMapItemStorage.Items dependency property. |
Properties
| Name | Description |
|---|---|
| Items | Returns the collection of tree map items contained in this storage. |
| Owner | Returns an object’s owner. Inherited from TreeMapDependencyObject. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the TreeMapDependencyObject class properties has changed its value. Inherited from TreeMapDependencyObject. |
See Also