Share via


Attachment.PictureTiling Property (Access)

You can use the PictureTiling property to specify whether a background picture is tiled across the entire attachment control. Read/write Boolean.

Version Information

Version Added: Access 2007

Syntax

expression .PictureTiling

expression A variable that represents an Attachment object.

Remarks

The PictureTiling property uses the following settings.

Setting

Visual Basic

Description

Yes

True

The picture is tiled.

No

False

(Default) The picture isn't tiled.

You can also set the default for this property by using a control's default control style or the DefaultControl property in Visual Basic.

See Also

Concepts

Attachment Object Members

Attachment Object