STYLE Property
PLBCMP GUI Only
The STYLE property defines the object's presentation style. The property uses the following format:
STYLE={3DON | 3DOFF | 3DOUT | 3DFLAT | value}
Note the following:
STYLE may be used in CREATE, SETPROP, or GETPROP statements.
Some objects are limited to presentations described as $3DON or $3DOFF only. For these objects, the user should use the APPEARANCE property and not the STYLE property.
The {type} parameter may be $3DON, $3DOFF, 3$DOUT, $3DFLAT or a numeric value.
{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 object ... |
|
0 |
$DEFAULT |
has the default appearance. (default) |
|
1 |
$3DON |
has a three-dimensional sunken appearance. |
|
2 |
$3DOFF |
does not have a three-dimensional appearance. |
|
3 |
$3DFLAT |
has a three-dimensional flat appearance. |
|
4 |
$3DOUT |
has a three-dimensional outward appearance. |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |