Enum FlexLayout.AlignmentType
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for the alignment of the flex items or lines when the items or lines do not use all the available space on the cross-axis.
public enum FlexLayout.AlignmentType
Fields
| Name | Description |
|---|---|
| Auto | Inherits the same alignment from the parent |
| Center | At the center of the container |
| FlexEnd | At the end of the container |
| FlexStart | At the beginning of the container |
| Stretch | Stretch to fit the container |