Promotic

BorderWidth - property of the PmgBox object

Description:
Width of the box border (in pixels). Value 0 means no border.
Syntax:
Long BorderWidth
Note:
Property access for read and write. The default value of this property is defined in the "Border width" configurator of this object.
 
This property is also functional in Web panels.
See also:
- PmgBox.BorderType (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oBox = pMe.Items("/Box");

var nBorderWidth = oBox.BorderWidth;   // Reading from the property
oBox.BorderWidth = 2;   // Writing into the property
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.