ASP.NET Pack Programmer's Guide
TreeLayout Constructor (DiagramNode)
See Also
 





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

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

 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

TreeLayout Constructor Overload List
TreeLayout Class
MindFusion.Diagramming.Layout Namespace