[]
The justify-content property aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally).
public enum C1StyleJustifyContent
Public Enum C1StyleJustifyContent
| Name | Description |
|---|---|
| Center | Items are positioned at the center of the container. |
| FlexEnd | Items are positioned at the end of the container. |
| FlexStart | Default value. Items are positioned at the beginning of the container. |
| SpaceAround | Items are positioned with space before, between, and after the lines. |
| SpaceBetween | Items are positioned with space between the lines. |