Enum ClippingModeType

    Definition

    Namespace:
    Tizen.NUI
    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX