Search
TreeLayout Constructor (DiagramNode)
See Also
 





Initializes a new instance of the TreeLayout class with the specified node as root.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout

 Syntax

C#  Copy Code

public TreeLayout (
    DiagramNode root
)

Visual Basic  Copy Code

Public New ( _
    root As DiagramNode _
)

 Parameters

root

The root of the arranged tree.

 See Also