Tizen Native API  6.5
Dali::Toolkit::FlexContainer::ChildProperty Struct Reference

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...

Detailed Description

Enumeration for the instance of child properties belonging to the FlexContainer class.

Since:
3.0, DALi version 1.1.35

Member Enumeration Documentation

anonymous enum

Enumeration for the instance of child properties belonging to the FlexContainer class.

Since:
3.0, DALi version 1.1.35
Enumerator:
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

Since:
3.0, DALi version 1.1.35
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,

See also:
FlexContainer::Alignment, type INTEGER
Since:
3.0, DALi version 1.1.35
FLEX_MARGIN 

name "flexMargin", The space around the flex item, type VECTOR4

Since:
3.0, DALi version 1.1.35