VLFormDesigner Reference

Read/Write Property PictureLayout

See Also See Also Applies To Applies To

Returns or sets layout for a background picture of the VLFormDesigner control.

 

Syntax

object.PictureLayout[=value]

 

The PictureLayout property syntax has these parts:

Part Description
Object An object expression that evaluates to the objects in Applies to list.
Value An integer specifying the layout for a background picture, as described in the settings.

 

Settings

The settings for value are:

Constant Setting Description
ConstantvlPictureNormal 0 (default) Picture is displayed aligned to the top, left corner of the form designer control.
ConstantvlPictureCentered 1 Picture is displayed in the center of the control background.
ConstantvlPictureStretched 2 Picture is stretched to fill the whole control background.
ConstantvlPictureTiled 3 Picture is tiled to fill the whole control background.