IniDx - property of the PmgObject object
Description:
Initial width of the Pmg object.
Note:
Property access for
read only.
The value of this property is defined in the "
Dx" configurator of this object.
The initial position means the position/size of the object as it was drawn
in the graphics editor. This is a static value in configurators regardless on the possible data binding (not the first evaluation of the data binding).
This property is also functional in
Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var nIniDx = oObject.IniDx;
Dim nIniDx
nIniDx = oObject.IniDx