Tizen Native API  6.5
Dali::SizeScalePolicy Namespace Reference

Enumeration for policies to determine how an actor should resize itself when having its size set in size negotiation. More...

Enumerations

enum  Type
 Enumeration for SizeScalePolicy types. More...

Detailed Description

Enumeration for policies to determine how an actor should resize itself when having its size set in size negotiation.

Since:
2.4, DALi version 1.0.0

Enumeration Type Documentation

Enumeration for SizeScalePolicy types.

Since:
2.4, DALi version 1.0.0
Enumerator:
USE_SIZE_SET 

Use the size that was set.

Since:
2.4, DALi version 1.0.0
FIT_WITH_ASPECT_RATIO 

Fit within the size set maintaining natural size aspect ratio.

Since:
2.4, DALi version 1.0.0
FILL_WITH_ASPECT_RATIO 

Fill up the size set maintaining natural size aspect ratio. May exceed size bounds in one dimension.

Since:
2.4, DALi version 1.0.0