Search
Arrow.ArrowHead Property
See Also
 



Gets or sets the shape of the arrowhead.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
EArrowHead get_ArrowHead ()
void put_ArrowHead (
    EArrowHead value
)

 Property Value

A member of the EArrowHead enumeration. Initialized with FlowChart.ArrowHead.

 See Also