| Tizen Native API
    6.0
    | 
Enumeration for the instance of properties belonging to the FlexContainer class. More...
| Public Types | |
| enum | |
| Enumeration for the instance of properties belonging to the FlexContainer class.  More... | |
Detailed Description
Enumeration for the instance of properties belonging to the FlexContainer class.
- Since:
- 3.0, DALi version 1.1.35
Member Enumeration Documentation
| anonymous enum | 
Enumeration for the instance of properties belonging to the FlexContainer class.
- Since:
- 3.0, DALi version 1.1.35
- Enumerator:
- CONTENT_DIRECTION - name "contentDirection", The primary direction in which content is ordered, - See also:
- FlexContainer::ContentDirection, type INTEGER
 - Since:
- 3.0, DALi version 1.1.35
 - FLEX_DIRECTION - name "flexDirection", The direction of the main-axis which determines the direction that flex items are laid out, - See also:
- FlexContainer::FlexDirection, type INTEGER
 - Since:
- 3.0, DALi version 1.1.35
 - FLEX_WRAP - name "flexWrap", Whether the flex items should wrap or not if there is no enough room for them on one flex line, - See also:
- FlexContainer::WrapType, type INTEGER
 - Since:
- 3.0, DALi version 1.1.35
 - JUSTIFY_CONTENT - name "justifyContent", The alignment of flex items when the items do not use all available space on the main-axis, - See also:
- FlexContainer::Justification, type INTEGER
 - Since:
- 3.0, DALi version 1.1.35
 - ALIGN_ITEMS - name "alignItems", The alignment of flex items when the items do not use all available space on the cross-axis, - See also:
- FlexContainer::Alignment, type INTEGER
 - Since:
- 3.0, DALi version 1.1.35
 - ALIGN_CONTENT - name "alignContent", Similar to "alignItems", but it aligns flex lines, so only works when there are multiple lines, - See also:
- FlexContainer::Alignment, type INTEGER
 - Since:
- 3.0, DALi version 1.1.35