Tizen Native API
5.5
|
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. |
Enumeration for size negotiation resize policies.
Enumeration for ResizePolicy types.
FIXED |
Size is fixed as set by SetSize.
|
USE_NATURAL_SIZE |
Size is to use the actor's natural size.
|
FILL_TO_PARENT |
Size is to fill up to the actor's parent's bounds. Aspect ratio is not maintained.
|
SIZE_RELATIVE_TO_PARENT |
The actors size will be ( ParentSize * SizeRelativeToParentFactor ).
|
SIZE_FIXED_OFFSET_FROM_PARENT |
The actors size will be ( ParentSize + SizeRelativeToParentFactor ).
|
FIT_TO_CHILDREN |
Size will adjust to wrap around all children.
|
DIMENSION_DEPENDENCY |
One dimension is dependent on the other.
|
USE_ASSIGNED_SIZE |
The size will be assigned to the actor.
|