Stretch Mode
This property will configure the way that the picture will fit the space available in the object.
This property has 4 (four) options of stretching:
. None: The object will not suffer any changes to fill the space available in the object.
Example:
The image in the bitmap (450x125) object with the None Stretch:
. Uniform: The image will be resized in a uniform way to appear completed in the object.
Example:
The image in the bitmap (450x125) object with the Uniform Stretch:
. Uniform to fill: The image will be resized to fill one of the sizes (height or width).
Example1:
The image in the bitmap (450x125) object with the Uniform to fill Stretch:
The image fit with the width of the object.
Example2:
The image in the bitmap (125x450) object with the Uniform to fill Stretch:
The image fit with the height of the object.
. Fill: The image will be resized to fill all of the object.
Example:
The image in the bitmap (450x125) object with the Fill Stretch:
The image fit with the height of the object.