Initializes a new instance of the TreeLayout class with the specified node as root.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public TreeLayout ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The root of the arranged tree.
See Also