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("This has been deprecated in API8 and will be removed in API10. 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. |