Enum TransitionCondition

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    The conditions for transitions.

    [Flags]
    public enum TransitionCondition

    Fields

    Name Description
    Add

    Animate adding item.

    ChangeOnAdd

    Animation when an item changes due to a being added.

    ChangeOnRemove

    Animation when an item changes due to a being removed.

    LayoutChanged

    Animate changing layout to another layout.

    Remove

    Animate removing item.

    Unspecified

    Default when a condition has not been set.

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