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






Initializes a new instance of the TreeLayout class, specifying the root node and layout mode.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public TreeLayout (
    DiagramNode root,
    int type
)

 Parameters

root

A DiagramNode -derived object representing the tree root node.

type

One of the TreeLayoutType constants.

 See Also

TreeLayout Constructor Overload List
TreeLayout Class
com.mindfusion.diagramming Namespace