Search
EPrpStartOrientation Enumeration
See Also
 



Members of this enumeration can be assigned to the PrpStartOrientation property of an arrow to specify the orientation of the first segment of asPerpendicular arrows.

 Syntax

VB6  Copy Code

Public Enum EPrpStartOrientation

C++  Copy Code

enum EPrpStartOrientation

 Members

  Member name Value Description

soAuto

0

The control automatically determines the orientation of the arrow's first segment.

soHorizontal

1

Specifies horizontal orientation.

soVertical

2

Specifies vertical orientation.

 See Also