Image.PictureTiling Property (Outlook Forms Script)

Returns or sets a Boolean that specifies whether a picture is repeated across the background of the object. Read/write.

Syntax

expression.PictureTiling

expression A variable that represents an Image object.

Remarks

True if the picture is tiled across the background, False otherwise (default).

If a picture is smaller than the form or page that contains it, you can tile the picture on the form or page.

The tiling pattern depends on the current setting of the PictureAlignment and PictureSizeMode properties. For example, if PictureAlignment is set to 0, the tiling pattern starts at the upper-left and repeats the picture across the form or page and down the height of the form or page. If PictureSizeMode is set to 0, the tiling pattern crops the last tile if it doesn't completely fit on the form or page.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.