IMAGESIZEV Property


PLBCMP GUI Only

 

The IMAGESIZEV property specifies the height in pixels of images stored within an IMAGELIST object. The property uses the following format:

 

IMAGESIZEV={value}

Note the following:

  1. IMAGESIZEV may be used in CREATE or GETPROP statements of an IMAGELIST object. In addition, the SETPROP statement can change this property for a PL/B Web Server (PWS) IMAGELIST. Warning: Executing the SETPROP of the IMAGESIZEV property using any Windows runtime\client like PLBWIN\PLBNET\PLBCLIENT causes indeterminate behaviors and should be avoided.

  2. {value} is a decimal number, a Numeric Variable, or an Expression defining the image width in pixels.

  3. {value} is a decimal number, a Numeric Variable, or an Expression defining the image height in pixels.

  4. {value} must correspond to the size of images added to the list.

 

 

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

 



PL/B Language Reference IMAGESIZEH Property INDENT Property