BorderWidth Property

The BorderWidth property determines the width of a control's border, measured in pixels.

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

Applies to: Group boxes, HTML Objects, HTML Tables, images, radio buttons, text.

Setting dynamically:

Winform Set form.control.BORDERWIDTH TO n;

WebFOCUS