This version of Unity is unsupported.

Align

enumeration

Description

Defines the alignement behavior along an axis.

Properties

AutoLet Flex decide.
FlexStartStart margin of the item is placed at the start of the axis.
CenterItems are centered on the axis.
FlexEndEnd margin of the item is placed at the end of the axis.
StretchDefault. stretch to fill the axis while respecting min/max values.