Dx - property of the PmaPanel object
Note:
Property access for read and write.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oPanel = pMe.Pm("/Panel");
var nDx = oPanel.Dx;
// Reading from the property
oPanel.Dx = 1200;
// Writing into the property
Dim oPanel
Set oPanel = pMe.Pm("/Panel")
Dim nDx
nDx = oPanel.Dx
' Reading from the property
oPanel.Dx = 1200
' Writing into the property