Tizen Native API
5.5
|
Enumeration for the instance of child properties belonging to the FlexContainer class. More...
Public Types | |
enum | |
Enumeration for the instance of child properties belonging to the FlexContainer class. More... |
Enumeration for the instance of child properties belonging to the FlexContainer class.
anonymous enum |
Enumeration for the instance of child properties belonging to the FlexContainer class.
FLEX |
name "flex", The proportion of the free space in the container the flex item will receive. If all items in the container set this property, their sizes will be proportional to the specified flex factor, type FLOAT
|
ALIGN_SELF |
name "alignSelf", The alignment of the flex item along the cross axis, which, if set, overrides the default alignment for all items in the container,
|
FLEX_MARGIN |
name "flexMargin", The space around the flex item, type VECTOR4
|