Root node 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 RootNodePolicy |
| Visual Basic |
|---|
Public Enumeration RootNodePolicy |
Members
| Member name | Description | ||
|---|---|---|---|
| DirectedRoot | 0 | Root node policy specifier constant. A node with indegree 0 is chosen as root node of the tree. If no node with that property is present the an arbitrary node is chosen. | |
| CenterRoot | 1 | Root node policy specifier constant. A center node will be chosen as root node of the tree. | |
| WeightedCenterRoot | 2 | Root node policy specifier constant. A weighted center node will be chosen as root node of the tree. |