Enum ClippingModeType
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for the ClippingMode describing how this actor's children will be clipped against it.
public enum ClippingModeType
Fields
Name | Description |
---|---|
ClipChildren | This actor will clip all children to within its boundaries (the actor will also be visible itself). |
ClipToBoundingBox | This Actor will clip all children within a screen-aligned rectangle encompassing its boundaries (the actor will also be visible itself). |
Disabled | This actor will not clip its children. |