Enumeration AlignmentConst

Alignment of container contents. Used for when Container has too much space.

Enumeration Members

Enumeration Members

Center: 0.5

Align the child to the center of the container, having the extra space split equally to both the start and the end. Equivalent to using a ratio of 0.5.

End: 1

Align the child to the end of the container, having the extra space at the start. Equivalent to using a ratio of 1.

Start: 0

Align the child to the start of the container, having the extra space at the end. Equivalent to using a ratio of 0.

Stretch: "stretch"

Give the extra space to the child, potentially stretching it.

Generated using TypeDoc