| 
    Tizen Native API
    5.0
    
   
   | 
  
  
  
 
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:
 - 3.0, DALi version 1.0.0
 
Enumeration Type Documentation
Enumeration for ResizePolicy types.
- Since:
 - 3.0, DALi version 1.0.0
 
- Enumerator:
 FIXED Size is fixed as set by SetSize.
- Since:
 - 3.0, DALi version 1.0.0
 
USE_NATURAL_SIZE Size is to use the actor's natural size.
- Since:
 - 3.0, 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:
 - 3.0, DALi version 1.0.0
 
SIZE_RELATIVE_TO_PARENT The actors size will be ( ParentSize * SizeRelativeToParentFactor ).
- Since:
 - 3.0, DALi version 1.0.0
 
SIZE_FIXED_OFFSET_FROM_PARENT The actors size will be ( ParentSize + SizeRelativeToParentFactor ).
- Since:
 - 3.0, DALi version 1.0.0
 
FIT_TO_CHILDREN Size will adjust to wrap around all children.
- Since:
 - 3.0, DALi version 1.0.0
 
DIMENSION_DEPENDENCY One dimension is dependent on the other.
- Since:
 - 3.0, DALi version 1.0.0
 
USE_ASSIGNED_SIZE The size will be assigned to the actor.
- Since:
 - 3.0, DALi version 1.0.0