Search
Arrow.ArrowHeadSize Property
See Also
 



Gets or sets the size of the arrowhead.

 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. Initialize with FlowChart.ArrowHeadSize.

 See Also