Search
FlowChart.SnapToAnchor Property
See Also
 



Gets or sets in which situations arrows should snap to the nearest anchor points.

 Syntax

VB6  Copy Code

Public Property Get SnapToAnchor() As ESnapToAnchor
Public Property Let SnapToAnchor( _
    ByVal Value As ESnapToAnchor _
)

C++  Copy Code

public:
ESnapToAnchor get_SnapToAnchor ()
void put_SnapToAnchor (
    ESnapToAnchor value
)

 Property Value

A member of the ESnapToAnchor enumeration. The default is saOnCreate.

 Remarks

Specifies when arrow ends snap to nearest anchor point. Possible values are saOnCreate and saOnCreateOrModify.

 See Also