Tizen(Headed) Native API
6.5
|
Dali::ResizePolicy Namespace Reference
Enumeration for size negotiation resize policies. More...
Enumerations | |
enum | Type |
Enumeration for ResizePolicy types. More... | |
Variables | |
const Type | DEFAULT = USE_NATURAL_SIZE |
Default resize policy. |
Detailed Description
Enumeration for size negotiation resize policies.
- Since:
- 2.4, DALi version 1.0.0
Enumeration Type Documentation
Enumeration for ResizePolicy types.
- Since:
- 2.4, DALi version 1.0.0
- Enumerator:
FIXED Size is fixed as set by SetSize.
- Since:
- 2.4, DALi version 1.0.0
USE_NATURAL_SIZE Size is to use the actor's natural size.
- Since:
- 2.4, DALi version 1.0.0
- See also:
- Actor::GetNaturalSize()
FILL_TO_PARENT Size is to fill up to the actor's parent's bounds. Aspect ratio is not maintained.
- Since:
- 2.4, DALi version 1.0.0
SIZE_RELATIVE_TO_PARENT The actors size will be ( ParentSize * SizeRelativeToParentFactor ).
- Since:
- 2.4, DALi version 1.0.0
SIZE_FIXED_OFFSET_FROM_PARENT The actors size will be ( ParentSize + SizeRelativeToParentFactor ).
- Since:
- 2.4, DALi version 1.0.0
FIT_TO_CHILDREN Size will adjust to wrap around all children.
- Since:
- 2.4, DALi version 1.0.0
DIMENSION_DEPENDENCY One dimension is dependent on the other.
- Since:
- 2.4, DALi version 1.0.0
USE_ASSIGNED_SIZE The size will be assigned to the actor.
- Since:
- 2.4, DALi version 1.0.0