Dx - property of the PmgObject object
Description:
Width of the Pmg object (in pixels).
Note:
Property access
for read and write.
The default value of this property is defined in the "
Dx" configurator of this object.
This property is also functional in
Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oObject = pMe.Items("/Txt0");
var nDx = oObject.Dx;
// Reading from the property
oObject.Dx = 200;
// Writing into the property
Dim oObject
Set oObject = pMe.Items("/Txt0")
Dim nDx
nDx = oObject.Dx
' Reading from the property
oObject.Dx = 200
' Writing into the property