Specifies how layout algorithms should align arrows to nodes' anchor points; the enumeration members are used as values of the ArrowAnchoring property of layout classes.
SyntaxVB6
Copy Code
|
|---|
Public Enum EAnchoring |
C++
Copy Code
|
|---|
enum EAnchoring |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
ancIgnore |
0 | Ignore anchor points. |
![]() |
ancKeep |
1 | Keep the original anchor points. |
![]() |
ancReassign |
2 | Assign new anchor points. |
See Also