Enum FlexContainer.FlexDirectionType
Deprecated in API8, will be removed in API10. Please use FlexLayout instead!
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Enumeration for the direction of the main axis in the flex container. This determines the direction that flex items are laid out in the flex container.
[Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
public enum FlexDirectionType
Fields
Name | Description |
---|---|
Column | The flexible items are displayed vertically as a column. |
ColumnReverse | The flexible items are displayed vertically as a column, but in reverse order. |
Row | The flexible items are displayed horizontally as a row. |
RowReverse | The flexible items are displayed horizontally as a row. |