Search
TreeLayout Constructor (DiagramNode, TreeLayoutType)
See Also
 





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

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

 Syntax

C#  Copy Code

public TreeLayout (
    DiagramNode root,
    TreeLayoutType type
)

Visual Basic  Copy Code

Public New ( _
    root As DiagramNode, _
    type As TreeLayoutType _
)

 Parameters

root

The root of the arranged tree.

type
The type of the tree layout.

 See Also