Back Forward
Lingo - Properties

BackgroundDisplay


Description:

Background bitmap display properties
Type:

string
Values:

"Default" - aligned to left upper corner
"Center" - centered
"Stretch" - stretched (scaled to fit)
"Tile" - filling (bitmap as a texture pattern)
Operations:

Read / Write
Example:
put member("StarMenu1").BackgroundDisplay
-- "Default"
  
member("StarMenu1").BackgroundDisplay = "Tile"
  
See also: