Search
FlowChart.ArrowHeadSize Property
See Also
 



Gets or sets the default size of new arrows' arrowhead shapes.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
short get_ArrowHeadSize ()
void put_ArrowHeadSize (
    short value
)

 Property Value

A short value. The default is 15.

 Remarks

Default value for the ArrowHeadSize property of newly created arrows.

 See Also