Search
FlowChart.ArrowBase Property
See Also
 



Gets or sets the default shape displayed at the base of new arrows.

 Syntax

VB6  Copy Code

Public Property Get ArrowBase() As EArrowHead
Public Property Let ArrowBase( _
    ByVal Value As EArrowHead _
)

C++  Copy Code

public:
EArrowHead get_ArrowBase ()
void put_ArrowBase (
    EArrowHead value
)

 Property Value

A member of the EArrowHead enumeration. The default is ahNone.

 Remarks

Default value for ArrowBase property of new arrows.

 See Also