Child ordering policy specifier constant.
Namespace: yWorks.yFiles.Layout.TreeAssembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum ChildOrderingPolicy |
| Visual Basic |
|---|
Public Enumeration ChildOrderingPolicy |
Members
| Member name | Description | ||
|---|---|---|---|
| Compact | 0 | Child ordering policy specifier constant. This policy sorts the child nodes according to the size of the subtree rooted by them in an interleaved fashion. Using this policy the produced results are often more compact. | |
| Symmetric | 1 | Child ordering policy specifier constant. This policy sorts the child nodes according to their wedge angle sizes. The node with the biggest angle receives median position in the sorting order. The smaller the wedges the further away a node will be placed from the median position. Using this policy the produced results are often more symmetric. |