Enum ClippingModeType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

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

C#
Copy
public enum ClippingModeType
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.