Enum FlexLayout.AlignmentType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
6

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 AlignmentType
Name Description
Auto

Inherits the same alignment from the parent

Center

At the center of the container

FlexEnd

At the end of the container

FlexStart

At the beginning of the container

Stretch

Stretch to fit the container