Search
FlowChart.PenWidth Property
See Also
 



Gets or sets the default pen width of new diagram elements.

 Syntax

VB6  Copy Code

Public Property Get PenWidth() As Long
Public Property Let PenWidth( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_PenWidth ()
void put_PenWidth (
    int value
)

 Property Value

A long value. The default is 1.

 Remarks

Default pen width for new boxes, tables and arrows created by user.

 See Also