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

    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

    Methods

    View Source

    Dispose()

    Dispose for IDisposable pattern

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

    Hidden API (Inhouse API). Releases unmanaged and optionally managed resources.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    true to release both managed and unmanaged resources. false to release only unmanaged resources.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX