Gets or sets a value indicating the ordering of the child nodes in order to produce layouts with custom balance.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public TreeLayoutBalance Balance { get; set; } |
Visual Basic Copy Code |
---|
Public Property Balance As TreeLayoutBalance |
A member of the TreeLayoutBalance enumeration. The default value is Original.
The LeftHeavy, Original and RightHeavy values are considered when Type is set to HorizontalVertical. The Preserve and Reversed values are considered by all other tree layout types, and will lead to sorting tree branches by the original horizontal, vertical or angular positions of nodes.