The enumeration members are used as values of the flowchart's ArrowCrossings property.
SyntaxVB6
Copy Code
|
|---|
Public Enum EArrowCrossings |
C++
Copy Code
|
|---|
enum EArrowCrossings |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
acStraight |
0 | Do not display any special figures at arrows' crossing points. |
![]() |
acArcs |
1 | Display arcs at arrow crossing points. |
![]() |
acBreaking |
2 | Break the arrow lines at their crossing points. |
See Also