Enum FlexLayout.FlexJustification
Definition
- Assembly:
- Tizen.NUI.dll
[Draft] Enumeration for the alignment of the flex items when the items do not use all available space on the main-axis.
public enum FlexLayout.FlexJustification
Fields
| 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 |