Tizen Native API
Dali::SizeScalePolicy Namespace Reference

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

Enumerations

enum  Type

Detailed Description

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

Since :
2.4

Enumeration Type Documentation

Enumerator:
USE_SIZE_SET 

Use the size that was set.

Since :
2.4
FIT_WITH_ASPECT_RATIO 

Fit within the size set maintaining natural size aspect ratio.

Since :
2.4
FILL_WITH_ASPECT_RATIO 

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

Since :
2.4