This method returns the right object (or the input string if object not found) for an object name Should be used on the loaded method for object properties to find the right reference
Indicates whether the image is centered in the image control.
When the image does not fit perfectly within the image control, use Center to specify how the image is positioned. When Center is true, the image is centered in the control. When Center is false, the upper left corner of the image is positioned at the upper left corner of the control.
Note: Center has no effect if the AutoSize property is true.
Indicates whether the image should be changed, without distortion, so that it fits the bounds of the image control.
Set Proportional to true to ensure that the image can be fully displayed in the image control without any distortion. When Proportional is true, images that are too large to fit in the image control are scaled down (while maintaining the same aspect ratio) until they fit in the image control. Images that are too small are displayed normally. That is, Proportional can reduce the magnification of the image, but does not increase it.
Note: The filesize is equal even the image is scaled down.