content align | |
Type | property |
Dictionary | library.responsivelayout |
Library | ResponsiveLayout |
Syntax |
|
Associations | com.livecode.library.responsivelayout, card, group |
Summary | Set the align of all the children of a group or of a card. |
Example |
|
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. |