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


The members of this enumeration specify what orientation a graphic element should have - vertical, horizontal, or one determined automatically. These constants can be used as parameters of the setStartOrientation and setEndOrientation methods of RoutingOptions and the setCascadeOrientation method of the DiagramLink class.

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

 Public Constructors

  Name Description

Orientation

 

 Public Fields

  Name Description

Auto

A proper orientation is selected automatically.

Horizontal

Specifies horizontal orientation.

Vertical

Specifies vertical orientation.

 See Also

Orientation Class
com.mindfusion.diagramming Namespace