VLPropertyList Reference

Read/Write PropertyPictureLayout

See Also See Also Applies To Applies To

Returns or sets layout for a background picture of VLPropertyList control.

 

Syntax

object.PictureLayout[=value ]

 

 

The PictureLayout property syntax has these parts:

PartDescription
object An object expression that evaluates to a VLPropertyList.
Value An integer specifying the layout for a background picture of VLPropertyList control.

 

Settings

The settings for value are:

Constant Setting Description
ConstantvlPictureCentered 0 (default) Picture is displayed in the center of the property display area.
ConstantvlPictureStretched 1 Picture is stretched to fill the whole property display area.
ConstantvlPictureTiled 2 Picture is tiled to fill the whole property display area.