position align

Typeproperty
Dictionarylibrary.responsivelayout
LibraryResponsiveLayout
Syntax
set the position["type"] of object to "align"
Associationscom.livecode.library.responsivelayout, group, button, field, scrollbar, image, graphic, player, widget
Summary

Aligns the control within its owner.

Example
set the position["type"] of group "action" to "align"
set the position["alignment"] of group "action" to "bottomRight"
set the layoutMargins of group "action" to 15
Description

Use the align type of the position property, to align a control within its owner. This position type has the alignment sub-property. It can take one of the following values: center (Default value), bottomLeft, bottomRight, centerBottom, centerLeft, centerRight, topCenter, topLeft and topRight.