Search
EOrientation Enumeration
See Also
 



Members of various layout and routing related properties are of this type. It specifies the orientation of an arrow's segment or of a layout overall flow.

 Syntax

VB6  Copy Code

Public Enum EOrientation

C++  Copy Code

enum EOrientation

 Members

  Member name Value Description

orHorizontal

0

Specifies horizontal orientation.

orVertical

1

Specifies vertical orientation.

 See Also