Gets or sets a value indicating the ordering of the child nodes in order to produce layouts with custom balance.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public TreeLayoutBalance Balance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Balance As TreeLayoutBalance |
See Also