Specifies how to order child nodes in order to produce tree layouts with custom balance.
The following tables list the members exposed by the TreeLayoutBalance type.
Name | Description | |
---|---|---|
![]() |
|
Name | Description | |
---|---|---|
![]() ![]() |
Indicates that the child nodes with most total children will be processed first, thus producing a left-heavy layout. |
|
![]() ![]() |
Indicates that the child order should not be changed. |
|
![]() ![]() |
Indicates that the layout will attempt to preserve the initial relative ordering of nodes. |
|
![]() ![]() |
Indicates that the child order should be reversed. |
|
![]() ![]() |
Indicates that the child nodes with least total children will be processed first, thus producing a right-heavy layout. |