content align

Typeproperty
Dictionarylibrary.responsivelayout
LibraryResponsiveLayout
Syntax
set the content["type"] of object to "align"
Associationscom.livecode.library.responsivelayout, card, group
Summary

Set the align of all the children of a group or of a card.

Example
set the content["type"] of group 1 to "align"
set the content["alignment"] of group 1 to "topLeft"
Description

Use the align content type to align all controls in a group or card within them. This content type has a sub-property called "alignment", which can take the following values: center, centerLeft, topLeft, topCenter, topRight, centerRight, bottomRight, centerBottom, and bottomLeft. Being center the default value.