Gets or sets what shape should be displayed at the middle of each segment of this arrow.
SyntaxVB6
Copy Code
|
|---|
Public Property Get IntermArrowHead() As EArrowHead |
C++
Copy Code
|
|---|
public: |
A member of the EArrowHead enumeration. Initialized with FlowChart.IntermArrowHead.
RemarksSpecifies 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