| Tizen Native API
    4.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 itself and all children to within the pixel areas of this actors renderers. - Since:
- 3.0, DALi version 1.2.5
 - CLIP_TO_BOUNDING_BOX - This Actor will clip itself and all children to within a screen-aligned rectangle encompassing its boundaries. - Since:
- 4.0, DALi version 1.2.61