Enum FlexLayout.FlexJustification

Definition

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

Enumeration for the alignment of the flex items when the items do not use all available space on the main-axis.

C#
Copy
public enum FlexJustification
Name Description
Center

Items are positioned at the center of the container.

FlexEnd

Items are positioned at the end of the container.

FlexStart

Items are positioned at the beginning of the container.

SpaceAround

Items are positioned with equal space before, and after the lines.

SpaceBetween

Items are positioned with equal space between the lines.

SpaceEvenly

Items are positioned with equal space before, between, and after the lines.
Spaces are distributed equally to the beginning of the first child, between each child, and the end of the last child.