Search
FlowChart.ArrowBaseSize Property
See Also
 



Gets or sets the default size of the base shape of new arrows.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
short get_ArrowBaseSize ()
void put_ArrowBaseSize (
    short value
)

 Property Value

A short value. The default is 15.

 Remarks

Default value for ArrowBaseSize property of new arrows.

 See Also