ASP.NET Pack Programmer's Guide
TopologicalLayout.setDirection Method
See Also
 






Sets the direction of the arranged diagram.

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

 Syntax

Java  Copy Code

public void setDirection (
    int direction
)

 Parameters

direction
A member of the Direction enumeration. The default is Straight.

 Remarks

If Orientation is set to Horizontal, Direction.Straight stands for "left to right" and Direction.Reversed for "right to left". If Orientation is set to Vertical, Direction.Straight stands for "top to bottom" and Direction.Reversed for "bottom to top".

 See Also

TopologicalLayout Members
TopologicalLayout Class
com.mindfusion.diagramming Namespace