TreeMapLayoutAlgorithm Members
The base class for all predefined layout algorithms.Fields
| Name | Description |
|---|---|
| DirectionProperty static | Identifies the TreeMapLayoutAlgorithm.Direction dependency property. |
Properties
| Name | Description |
|---|---|
| Direction | Gets or sets the layout fill direction used by the algorithm. |
| Owner | Returns an object’s owner. Inherited from TreeMapDependencyObject. |
Methods
| Name | Description |
|---|---|
| Calculate(IList<ITreeMapLayoutItem>, Size, Int32) | Arranges the specified list of tree map items. Inherited from TreeMapLayoutAlgorithmBase. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the TreeMapDependencyObject class properties has changed its value. Inherited from TreeMapDependencyObject. |
See Also