Search
FlowChart.ArrowsSnapToNodeBorders Property
See Also
 



Gets or sets the initial value for arrows' SnapToNodeBorder property.

 Syntax

VB6  Copy Code

Public Property Get ArrowsSnapToNodeBorders() As Boolean
Public Property Let ArrowsSnapToNodeBorders( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_ArrowsSnapToNodeBorders ()
void put_ArrowsSnapToNodeBorders (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Provides the initial value for the SnapToNodeBorder property of arrows.

 See Also