Root node policy specifier constant.

Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public enum RootNodePolicy
Visual Basic
Public Enumeration RootNodePolicy

Members

Member nameDescription
DirectedRoot0 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.
CenterRoot1 Root node policy specifier constant. A center node will be chosen as root node of the tree.
WeightedCenterRoot2 Root node policy specifier constant. A weighted center node will be chosen as root node of the tree.

See Also