The enumeration members are used as values of the IncmAnchor and OutgAnchor properties of boxes.
SyntaxVB6
Copy Code
|
|---|
Public Enum EArrowAnchor |
C++
Copy Code
|
|---|
enum EArrowAnchor |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
aaNoAnchor |
0 | No anchor points defines for a box. |
![]() |
aaHorzCenter |
1 | Use the top and bottom center points as anchor points. |
![]() |
aaVertCenter |
2 | Use the left and right center points as anchor points. |
![]() |
aaLeftCenter |
3 | Use the left center point as an anchor point. |
![]() |
aaRightCenter |
4 | Use the right center point as an anchor point. |
![]() |
aaTopCenter |
5 | Use the top center point as an anchor point. |
![]() |
aaBottomCenter |
6 | Use the bottom center point as an anchor point. |
![]() |
aaPattern |
7 | Use the box' AnchorPattern property to define anchor points. |
See Also