Search
Arrow.ArrowBase Property
See Also
 



Gets or sets what shape to display at the beginning of an arrow.

 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. Initialized with FlowChart.ArrowBase.

 See Also