[]
The align-items property specifies the default alignment for items inside the flexible container.
public enum C1StyleAlignItems
Public Enum C1StyleAlignItems
| Name | Description |
|---|---|
| Baseline | Items are positioned at the baseline of the container. |
| 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. |
| Inherit | Inherits this property from its parent element. |
| Initial | Sets this property to its default value. |
| Stretch | Items are stretched to fit the container. |