Class TransitionComponents

    Definition

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

    Parts of the transition that can be configured to provide a custom effect.

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

    Constructors

    View Source

    TransitionComponents()

    TransitionComponents default constructor.

    Declaration
    public TransitionComponents()
    View Source

    TransitionComponents(int, int, AlphaFunction)

    TransitionComponents constructor. Stores delay, duration and AlphaFunction.

    Declaration
    public TransitionComponents(int delay, int duration, AlphaFunction alphaFunction)
    Parameters
    Type Name Description
    int delay

    The delay before the animator starts.

    int duration

    the duration of the animator.

    AlphaFunction alphaFunction

    alpha function to use .

    Fields

    View Source

    AlphaFunction

    Get, Set the function to alter the transition path over time.

    Declaration
    [Obsolete("Deprecated in API9, will be removed in API11. Use GetAlphaFunction, SetAlphaFunction instead.")]
    public AlphaFunction AlphaFunction
    Field Value
    Type Description
    AlphaFunction
    View Source

    Delay

    Get, Set the delay before the transition executes. Milliseconds.

    Declaration
    [Obsolete("Deprecated in API9, will be removed in API11. Use GetDelay, SetDelay instead.")]
    public int Delay
    Field Value
    Type Description
    int
    View Source

    Duration

    Get, Set the time transition should execute for . Milliseconds.

    Declaration
    [Obsolete("Deprecated in API9, will be removed in API11. Use GetDuration, SetDuration instead.")]
    public int Duration
    Field Value
    Type Description
    int

    Implements

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