RESIZE Property
PLBCMP GUI Only
The RESIZE property controls the automatic resizing capability that can be applied to a PICT object. The property uses the following format:
RESIZE={value}
Note the following:
RESIZE may be used in CREATE, SETPROP, or GETPROP statements of a PICT object.
The mode for automatically resizing a picture is controlled by the AUTOSCALE property setting. If the RESIZE property is set to $OFF, the automatic resizing of a picture is disabled.
{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 |
Automatic picture resizing is ... |
|
0 |
$OFF |
disabled. |
|
1 |
$ON |
enabled (default). |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |