X | Position of the left upper corner of the Pmg object in the panel relative to the X-axis. 0 is the left upper corner of the panel. If the edited Pmg object is the object inserted into another Pmg object, then 0 is the left upper corner of the parent Pmg object.
This configurator sets the initial value of the property X and IniX. This configurator is not available for the following objects: PmgPrototype. |
---|---|
Y | Position of the left upper corner of the Pmg object in the panel relative to the Y-axis. 0 is the left upper corner of the panel. If the edited Pmg object is the object inserted into another Pmg object, then 0 is the left upper corner of the parent Pmg object.
This configurator sets the initial value of the property Y and IniY. This configurator is not available for the following objects: PmgPrototype. |
Dx | Width of the Pmg object (in pixels).
This configurator sets the initial value of the property Dx and IniDx. This configurator is not available for the following objects: PmgInstance. |
Dy | Height of the Pmg object (in pixels).
This configurator sets the initial value of the property Dy and IniDy. This configurator is not available for the following objects: PmgInstance. |
Corner radius | The radius of the corner of the Pmg object (in pixels).
If the value is higher than 0, then the Pmg object will be radiusrendered with rounded corners. The corner radius should not be higher than half of the smaller of Dx, Dy! This configurator is visible only for Pmg objects: PmgNumber, PmgString, PmgButton, PmgButtonState, PmgRadioButton, PmgBox, PmgMeterBox, PmgBar, PmgBarBox, PmgSlider, PmgSliderBox and PmgPrototype. |
When the size of the parent Pmg object changes, this object should: | These items are visible only if the object is nested into the other. The setting influences only changes in the development environment, not in runtime. |
Position | This configurator is not available for the following objects: PmgPrototype, PmgInstance.
not change position - The Pmg object will not change position.
change position of the left upper corner - The left upper corner of the Pmg object is changed by changing the size of the parent Pmg object accordingly.
change position of object center - The center of the Pmg object is changed by changing the size of the parent Pmg object accordingly. |
Size | This configurator is not available for the following objects: PmgPrototype, PmgInstance.
not change size - The Pmg object will not change size.
change size Dx,Dy - Both dimensions of the Pmg object are changed by changing the size of the parent Pmg object accordingly.
change only size Dx - The width of the Pmg object is changed by changing the size of the parent Pmg object accordingly. |