Tizen Native API  3.0
Dali::ClippingMode Namespace Reference

Enumeration for ClippingMode describing how this Actor's children will be clipped against it. More...

Enumerations

enum  Type
 Enumeration for ClippingMode types. More...

Detailed Description

Enumeration for ClippingMode describing how this Actor's children will be clipped against it.

Since:
3.0, DALi version 1.2.5

Enumeration Type Documentation

Enumeration for ClippingMode types.

Since:
3.0, DALi version 1.2.5
Enumerator:
DISABLED 

This Actor will not clip its children.

Since:
3.0, DALi version 1.2.5
CLIP_CHILDREN 

This Actor will clip all children to within its boundaries (the actor will also be visible itself).

Since:
3.0, DALi version 1.2.5