Search
TreeLayout Constructor (TreeLayoutType)
See Also
 





Initializes a new instance of the TreeLayout class with the specified type.

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

 Syntax

C#  Copy Code

public TreeLayout (
    TreeLayoutType type
)

Visual Basic  Copy Code

Public New ( _
    type As TreeLayoutType _
)

 Parameters

type

The type of the tree layout.

 See Also