Enum FlexContainer.Alignment

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll
API Level:
3

Enumeration for the alignment of the flex items or lines when the items or lines do not use all the available space on the cross axis.

C#
Copy
public enum Alignment
Name Description
AlignAuto

Inherits the same alignment from the parent (only valid for "alignSelf" property).

AlignCenter

At the center of the container.

AlignFlexEnd

At the end of the container.

AlignFlexStart

At the beginning of the container.

AlignStretch

Stretch to fit the container.