Search
Arrow.ArrowBaseSize Property
See Also
 



Gets or sets the size of the ArrowBase shape.

 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. Initialized with FlowChart.ArrowBaseSize.

 See Also