Members of this enumeration can be assigned to the SnapToAnchor property to specify when arrow ends are aligned to nodes' anchor points.
SyntaxVB6
Copy Code
|
|---|
Public Enum ESnapToAnchor |
C++
Copy Code
|
|---|
enum ESnapToAnchor |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
saOnCreate |
0 | Align the arrow ends when the arrow is created. |
![]() |
saOnCreateOrModify |
1 | Align the arrow ends when the arrow is created or modified. |
See Also