Members of this enumeration can be assigned to the ArrowStyle property of the TreeLayout class to specify what style to apply to the diagram arrows.
SyntaxVB6
Copy Code
|
|---|
Public Enum ETreeLayoutArrows |
C++
Copy Code
|
|---|
enum ETreeLayoutArrows |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
tlaStraight |
0 | Sets the Style of arrows to asPolyline and their number of segments to 1. |
![]() |
tlaPerpendicular2 |
1 | Sets the Style of arrows to asPerpendicular and their number of segments to 2. This value cannot be used with centered tree layouts. |
![]() |
tlaPerpendicular3 |
2 | Sets the Style of arrows to asPerpendicular and their number of segments to 3. |
![]() |
tlaRounded |
3 | Sets the Style of arrows to asBezier and their number of segments to 1. |
![]() |
tlaDontChangeStyle |
4 | Do not change the style of arrows. |
See Also