PenWidth Property

The PenWidth property determines the width of a line, measured in pixels.

You can also set this property using a Cascading Style Sheet. For more information, see Using Cascading Style Sheets.

Applies to: Lines.

Setting dynamically:

Winform Set form.line.PENWIDTH TO n;

WebFOCUS