Search
FlowChart.BoxOutgAnchor Property
See Also
 



Gets or sets the anchor points from which outgoing arrows start.

 Syntax

VB6  Copy Code

Public Property Get BoxOutgAnchor() As EArrowAnchor
Public Property Let BoxOutgAnchor( _
    ByVal Value As EArrowAnchor _
)

C++  Copy Code

public:
EArrowAnchor get_BoxOutgAnchor ()
void put_BoxOutgAnchor (
    EArrowAnchor value
)

 Property Value

A member of the EArrowAnchor enumeration. The default is aaNoAnchor.

 Remarks

Default value for the OutgAnchor property of newly created boxes.

 See Also