VLViewPort Reference

Read/Write Property PictureLayout

See AlsoSee Also Applies To Applies To

Returns or sets the the layout to be used for drawing background picture.

 

Syntax

object.PictureLayout[=value]

 

The PictureLayout property syntax has these parts:

Part Description
Object An object expression that evaluates to VLVPort
Value An integer specifying the layout to be used for drawing background picture, as described in Settings.

 

Settings

The settings for value are:

Constant Setting Description
vpCentered 0 Background picture (if any) is drawn on centered on the specified layer.
vpStretched 1 Background picture (if any) is streched on the specified layer, to cover the whole area of the layer.
vpTiled 2 (default) Background picture (if any) is tiled on the specified layer, to cover the whole area of the layer.
vpNormal 3 (default) Background picture (if any) is aligned to the top, left corner on the specified layer.