SquarifiedLayoutAlgorithm Members
A class representing the Squarified layout algorithm.Constructors
| Name | Description |
|---|---|
| SquarifiedLayoutAlgorithm() | Initializes a new instance of the SquarifiedLayoutAlgorithm class with default settings. |
Fields
| Name | Description |
|---|---|
| DirectionProperty static | Identifies the TreeMapLayoutAlgorithm.Direction dependency property. Inherited from TreeMapLayoutAlgorithm. |
Properties
| Name | Description |
|---|---|
| Direction | Gets or sets the layout fill direction used by the algorithm. Inherited from TreeMapLayoutAlgorithm. |
| 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. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the TreeMapDependencyObject class properties has changed its value. Inherited from TreeMapDependencyObject. |
See Also