Purpose

.ScaleWallpaper allows you to specify that the current graphic is to be applied as scalable wallpaper for the Cycle object.
 

Syntax

Setting:         ObjectReference.ScaleWallpaper = Value

R
etrieving:    Variable = ObjectReference.ScaleWallpaper
 

Operation

ObjectReference is the Tag Name of the Cycle object
Value
is the setting for the property (TRUE or 1 = scalable, FALSE or 0 = not scalable)
Variable
is an alpha numeric variable
 

Remarks

If the property is set, the current wallpaper will be scaled to the CRT's width, and then tiled if stretched beyond that point.

The graphic used for the wallpaper is set by the .Wallpaper property. 

The value is returned by the retrieved command is in the same format as it was specified.
 

Example

To cause the wallpaper of the current cycle (whose Tag Name is LS1) to be scaled:

LS1.ScaleWallpaper = TRUE
 

Comment on this topic

Topic ID: 510085