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