Controls how the picture is sized to the control.
This property is available on the following controls:
Property Type: Fixed
Default Value: Centre
The available values for this property are:
Each value will adjust the size of the image within the available width and height of the control (see examples below).
The default value of the property can be changed by:
Displays the image to its exact dimensions.
Area adjustment is taken from the top left of the image.
Image aspect ratio is maintained.
Displays the image stretched to fit within the limits of the control.
Image aspect ratio is not maintained.
Displays the image to its exact dimensions.
Area adjustment is taken from the centre of the image.
Image aspect ratio is maintained.
Displays the image to fit within the limits of the control.
Area adjustment is taken from the centre of the image.
Image aspect ratio is maintained.
Could display whitespace based on the limits of the control and the aspect ratio of the image.
Displays the image to cover the limits of the control.
Area adjustment is taken from the centre of the image.
Image aspect ratio is maintained.
Image could become cropped in the width or height based on the limits of the control and the aspect ratio of the image.
A type of control property where the value can only be set in the Form Designer (not by a rule).