Search
Box.PenWidth Property
See Also
 



Gets or sets the width of the pen used to draw the box frame lines.

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

 Remarks

Gets or sets the width of the pen used to paint box' frame lines. A positive value specifies that the width of the pen is inside the outline of the box shape. A negative value specifies that the absolute width of the pen is centered on the outline of the shape.

 See Also