Search
Arrow.IntermArrowHead Property
See Also
 



Gets or sets what shape should be displayed at the middle of each segment of this arrow.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
EArrowHead get_IntermArrowHead ()
void put_IntermArrowHead (
    EArrowHead value
)

 Property Value

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

 Remarks

Specifies a shape that is displayed in the middle of each arrow segment. Value can be one of the following: ahNone, ahArrow, ahTriangle, ahCircle, ahTetragon, ahRhombus, ahBowArrow. This shape is not valid for asBezier arrows.

 See Also