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
추가된 버전: Access 2007
Syntax
식 .PictureTiling
식 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.