Gets or sets in which situations arrows should snap to the nearest anchor points.
SyntaxVB6
Copy Code
|
|---|
Public Property Get SnapToAnchor() As ESnapToAnchor |
C++
Copy Code
|
|---|
public: |
A member of the ESnapToAnchor enumeration. The default is saOnCreate.
RemarksSpecifies when arrow ends snap to nearest anchor point. Possible values are saOnCreate and saOnCreateOrModify.
See Also