SHAPE Property
PLBCMP GUI Only
The SHAPE property specifies the actual shape of a SHAPE object. The property uses the following format:
SHAPE={value}
Note the following:
SHAPE may be used in CREATE, SETPROP, or GETPROP statements of a SHAPE object.
If the SHAPE property is invalid, the object defaults to a rectangle.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The SHAPE is ... |
|
0 |
$NONE |
same as $RECTANGLE. |
|
1 |
$OVAL |
an oval. |
|
2 |
$RECTANGLE |
a rectangle. (default) |
|
3 |
$RNDRECT |
a rectangle with round corners. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |