MindFusion.Wpf Pack Programmer's Guide
TreeLayout Constructor (Object, TreeLayoutType)
See Also
 





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

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

 Syntax

C#  Copy Code

public TreeLayout (
    Object root,
    TreeLayoutType type
)

Visual Basic  Copy Code

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

 Parameters

root

The root of the arranged tree.

type

The type of the tree layout.

 See Also

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