Enum FlexContainer.Justification
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Enumeration for the alignment of the flex items when the items do not use all available space on the main axis.
public enum FlexContainer.Justification
Fields
Name | Description |
---|---|
JustifyCenter | Items are positioned at the center of the container. |
JustifyFlexEnd | Items are positioned at the end of the container. |
JustifyFlexStart | Items are positioned at the beginning of the container. |
JustifySpaceAround | Items are positioned with equal space before, between, and after the lines. |
JustifySpaceBetween | Items are positioned with equal space between the lines. |