Enum FlexContainer.Alignment
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- 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.
[Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
public enum FlexContainer.Alignment
Fields
Name | Description |
---|---|
AlignAuto | Inherits the same alignment from the parent (only valid for "alignSelf" property). |
AlignCenter | At the center of the container. |
AlignFlexEnd | At the end of the container. |
AlignFlexStart | At the beginning of the container. |
AlignStretch | Stretch to fit the container. |