Search
TreeLayout.Balance Property
See Also
 





Gets or sets a value indicating the ordering of the child nodes in order to produce layouts with custom balance.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TreeLayoutBalance Balance { get; set; }

Visual Basic  Copy Code

Public Property Balance As TreeLayoutBalance

 Property Value

A member of the TreeLayoutBalance enumeration. The default value is Original.

 Remarks

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.

 See Also