Tizen Native API
Dali::ResizePolicy Namespace Reference

Size negotiation resize policies. More...

Enumerations

enum  Type

Variables

const Type DEFAULT = USE_NATURAL_SIZE
 Default resize policy.

Detailed Description

Size negotiation resize policies.

Since :
2.4

Enumeration Type Documentation

Enumerator:
FIXED 

Size is fixed as set by SetSize.

Since :
2.4
USE_NATURAL_SIZE 

Size is to use the actor's natural size.

Since :
2.4
FILL_TO_PARENT 

Size is to fill up to the actor's parent's bounds. Aspect ratio is not maintained.

Since :
2.4
SIZE_RELATIVE_TO_PARENT 

The actors size will be ( ParentSize * SizeRelativeToParentFactor ).

Since :
2.4
SIZE_FIXED_OFFSET_FROM_PARENT 

The actors size will be ( ParentSize + SizeRelativeToParentFactor ).

Since :
2.4
FIT_TO_CHILDREN 

Size will adjust to wrap around all children.

Since :
2.4
DIMENSION_DEPENDENCY 

One dimension is dependent on the other.

Since :
2.4
USE_ASSIGNED_SIZE 

The size will be assigned to the actor.

Since :
2.4

Variable Documentation

Default resize policy.

CENTER.

TOP_LEFT.