Search
FlowChart.IntermHeadSize Property
See Also
 



Gets or sets the default size of IntermHeadSize shapes of new arrows.

 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. The default is 10.

 Remarks

Default value for IntermHeadSize property of new arrows.

 See Also