Gets or sets the width of the pen used to draw the box frame lines.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PenWidth() As Long |
C++
Copy Code
|
|---|
public: |
A long value. Initialized with FlowChart.PenWidth.
RemarksGets 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