Use the Image Display property to
specify the type of display for button and static components:
-
Enlarges or reduces the entire image
to fit within the space allotted by the component without losing the
aspect ratio.
-
Resizes the image to completely
fille the space allotted by the component. This often results in a
distorted image, because the width and height of the image are treated
independently, and one can be "stretched" while the other
is "squeezed" to fill the space.
-
Keeps the original size of the
image intact while displaying as much of it as possible. However,
if the image is larger than the allotted space of the component, the
image is cropped.