Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.28 BorderWidth Property

Description:

Defines the thickness of the borderline.

Used in control(s):

Shape

Value:

Width of the border in the units specified in the ScaleMode property.

This value should be less than half the size of the Width and Height properties.

If the specified width is equivalent to 2 pixels or more, PowerCOBOL uses a solid line for the border, overriding the BorderStyle property.

Default value:

1 pixel.

COBOL picture:

S9(9) COMP-5

OLE data type:

VT_I4

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.