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
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TreeLayoutBalance Balance { get; set; }

Visual Basic  Copy Code

Public Property Balance As TreeLayoutBalance

 Property Value

 See Also