ASP.NET Pack Programmer's Guide
TreeLayoutDirection Members
Constructors Fields
 


The members of this enumeration specify the overall direction of the layouts produced by the com.mindfusion.diagramming.TreeLayout class. These constants can be used as parameters of the setDirection method.

The following tables list the members exposed by the TreeLayoutDirection type.

 Public Constructors

  Name Description

TreeLayoutDirection

 

 Public Fields

  Name Description

BottomToTop

Child nodes are laid out above their parent node.

LeftToRight

Child nodes are laid out to the right of their parent node.

RightToLeft

Child nodes are laid out to the left of their parent node.

TopToBottom

Child nodes are laid out below their parent node.

 See Also

TreeLayoutDirection Class
com.mindfusion.diagramming.jlayout Namespace