Enum FlexLayout.FlexJustification

Definition

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

[Draft] 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, between, and after the lines

SpaceBetween

Items are positioned with equal space between the lines