Applies To Form, Image control, Report.
Description
You can use the PictureAlignment property to specify where a background picture will appear in an image control or on a form or report.
Setting
The PictureAlignment property uses the following settings.
Setting | Description | Visual Basic |
Top Left | The picture is displayed in the top-left corner of the image control, Form window, or page of a report. | 0 |
Top Right | The picture is displayed in the top-right corner of the image control, Form window, or page of a report. | 1 |
Center | (Default) The picture is centered in the image control, Form window, or page of a report. | 2 |
Bottom Left | The picture is displayed in the bottom-left corner of the image control, Form window, or page of a report. | 3 |
Bottom Right | The picture is displayed in the bottom-right corner of the image control, Form window, or page of a report. | 4 |
Form Center | (Forms only) The form's picture is centered horizontally in relation to the width of the form and vertically in relation to the height the entire form. | 5 |
See Also Picture property, PictureData property, PicturePages property, PictureSizeMode property, PictureTiling property, PictureType property.