Tizen Native API
4.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... |
Enumeration for the instance of properties belonging to the FlexContainer class.
anonymous enum |
Enumeration for the instance of properties belonging to the FlexContainer class.
CONTENT_DIRECTION |
name "contentDirection", The primary direction in which content is ordered,
|
FLEX_DIRECTION |
name "flexDirection", The direction of the main-axis which determines the direction that flex items are laid out,
|
FLEX_WRAP |
name "flexWrap", Whether the flex items should wrap or not if there is no enough room for them on one flex line,
|
JUSTIFY_CONTENT |
name "justifyContent", The alignment of flex items when the items do not use all available space on the main-axis,
|
ALIGN_ITEMS |
name "alignItems", The alignment of flex items when the items do not use all available space on the cross-axis,
|
ALIGN_CONTENT |
name "alignContent", Similar to "alignItems", but it aligns flex lines, so only works when there are multiple lines,
|