Class TransitionOptions

    Definition

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

    This TransitionOptions class is a class to control Transition motion. This class includes multiple options for the Transition. NUI supports various kinds of Transitions such as App transition, Page transition, and so on.

    public class TransitionOptions : IDisposable
    Inheritance
    object
    TransitionOptions
    Implements
    System.IDisposable

    Constructors

    View Source

    TransitionOptions()

    Initializes the TransitionOptions class.

    Declaration
    public TransitionOptions()

    Properties

    View Source

    TransitionTag

    String tag to find View pair to be used in Page transition. If there is a View have same TransitionTag in a next or previous Page. The View will be pair for transition. This is property for Page Transition.

    Declaration
    public string TransitionTag { get; set; }
    Property Value
    Type Description
    string
    View Source

    TransitionWithChild

    Property for Page transition. A View could be transition with its child Views or without them. Default value is false

    Declaration
    public bool TransitionWithChild { get; set; }
    Property Value
    Type Description
    bool

    Implements

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