Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.26 BorderRound Property

Description:

Defines the extent of corner rounding for the border.

Used in control(s):

Shape

StaticText

Value:

0 to 100

A value of 0 gives sharp, rectangular corners.

A value of 100 makes the border into a circle or oval.

It is only effective when the ShapeStyle property is "0-Rectangular" or "1 - Square".

Note that if the value of the BorderRound property is not zero and the value of Appearance property is "1 - 3D", the Appearance property is ignored.

Default value:

0 - No rounding.

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:

For StaticText

POW-ROUNDPIC S9(4) COMP-5