Determines if the layer should stretch along the parent’s counter axis. This property is only provided for direct children of auto-layout frames. - INHERIT - STRETCH In previous versions of auto layout, determined how the layer is aligned inside an auto-layout frame. This property is only provided for direct children of auto-layout frames. - MIN - CENTER - MAX - STRETCH In horizontal auto-layout frames, "MIN" and "MAX" correspond to "TOP" and "BOTTOM". In vertical auto-layout frames, "MIN" and "MAX" correspond to "LEFT" and "RIGHT".
The horizontal sizing setting on this auto-layout frame or frame child. - FIXED - HUG: only valid on auto-layout frames and text nodes - FILL: only valid on auto-layout frame children
The vertical sizing setting on this auto-layout frame or frame child. - FIXED - HUG: only valid on auto-layout frames and text nodes - FILL: only valid on auto-layout frame children