This version of Unity is unsupported.

Align

enumeration

Description

Defines the alignment behavior along an axis.

Properties

Auto Let Flex decide.
FlexStart Start margin of the item is placed at the start of the axis.
Center Items are centered on the axis.
FlexEnd End margin of the item is placed at the end of the axis.
Stretch Default. stretch to fill the axis while respecting min/max values.