WIDTH Property
The WIDTH property specifies the width of an object. The property uses the following format:
WIDTH={value}
Note the following:
The width is determined by subtracting the left object rectangle coordinate from the right object rectangle coordinate.
The {value} is in the same units as used for the creation of an object. This means that if an object was created using pixels, the value associated with this property is in pixels.
For STATUSPANEL objects, this property is only used when the AUTOSIZE property is set to $PANSIZENONE.
When using the PL/B Web Server, this property's behavior can change to a percentage when the SETMODE *PERCENTCONVERT value is one (1) or two (2).
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |