Search
TreeLayout Constructor
See Also
 





Initializes a new instance of the TreeLayout class.

 Overload List

Name Description

TreeLayout ()

Initializes a new instance of the TreeLayout class with the default settings.

TreeLayout (DiagramNode)

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

TreeLayout (DiagramNode, TreeLayoutType)

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

TreeLayout (DiagramNode, TreeLayoutType, Boolean, TreeLayoutLinkType, TreeLayoutDirections, Single, Single, Boolean, SizeF)

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

TreeLayout (DiagramNode, TreeLayoutType, Boolean, TreeLayoutLinkType, TreeLayoutDirections, Single, Single, Boolean, SizeF, Boolean)

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

TreeLayout (TreeLayoutType)

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

 See Also