| 
    Tizen Native API
    5.5
    
   
   | 
  
  
  
 
Enumeration for ClippingMode describing how this Actor's children will be clipped against it. More...
Enumerations | |
| enum | Type | 
| Enumeration for ClippingMode types.  More... | |
Enumeration for ClippingMode describing how this Actor's children will be clipped against it.
Enumeration for ClippingMode types.
| DISABLED | 
 This Actor will not clip its children. 
  | 
| CLIP_CHILDREN | 
 This Actor will clip itself and all children to within the pixel areas of this actors renderers. 
  | 
| CLIP_TO_BOUNDING_BOX | 
 This Actor will clip itself and all children to within a screen-aligned rectangle encompassing its boundaries. 
  |