See
Also Applies To
|
|
Returns or sets the the layer designated for drawing background picture.
Syntax
object.PictureLayer[=value]
The PictureLayer property syntax has these parts:
Settings
The settings for value are:
|
Constant |
Setting |
Description |
| vpVirtualView |
0 |
(default) Background picture (if any) is drawn on the virtual viewport.
This implies that for stretch, tile or center layout of background picture, virtual extents of the viewport will be used for sizing the picture.
Note that the background picture will scroll as the viewport is scrolled. |
| vpView |
1 |
Background picture (if any) is drawn on the visible viewport.
This implies that for stretch, tile or center layout of background picture, visible extents of the viewport will be used for sizing the picture.
Note that the background picture will not scroll as the viewport is scrolled. |
|