Search
Arrow.IntermHeadSize Property
See Also
 



Gets or sets the size of the IntermArrowHead shape.

 Syntax

VB6  Copy Code

Public Property Get IntermHeadSize() As Integer
Public Property Let IntermHeadSize( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_IntermHeadSize ()
void put_IntermHeadSize (
    short value
)

 Property Value

A short value. Initialized with FlowChart.IntermArrowHead.

 Remarks

Specifies the size of the intermediate arrowheads.

 See Also