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:

  1. RESIZE may be used in CREATE, SETPROP, or GETPROP statements of a PICT object.

  2. 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.

  3. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  4.  

    Value

    Keyword

    Automatic picture resizing is ...

    0

    $OFF

    disabled.

    1

    $ON

    enabled (default).

     

  5. This property is not available when using the PL/B Web Server.

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference REMSERVER Property RESOURCE Property