backSize

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the backSize of <group> to <width>, <height>
Associationsgroup
Summary

Specifies the width and height of the specified background.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the backSize of group "Nav Bar" to 160,20
Values
NameTypeDescription
Value

The backSize of a group consists of two positive integers separated by a comma.

RelatedKeyword: item
Property: height, formattedRect, rectangle, width
Command: group
Glossary: property, background
Description

Use the backSize property to hide members of a group from view.

The first item of the backSize is the width of the group in pixels. The second item is the height of the group in pixels.

If you change the backSize of a group, the position of its top left corner remains unchanged.

This property is included in LiveCode for compatibility with imported SuperCard projects.

Tagsui