position align | |
Type | property |
Dictionary | library.responsivelayout |
Library | ResponsiveLayout |
Syntax |
|
Associations | com.livecode.library.responsivelayout, group, button, field, scrollbar, image, graphic, player, widget |
Summary | Aligns the control within its owner. |
Example |
|
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. |