Class SlideTransition

    Definition

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

    SlideTransition class is a cluster of properties for the slide transition of a View. SlideTransition provides smoothly appearing/disappearing effects for target Control. The direction the target Control is comming from or going to can be selected in the pre-defined directions at the SlideTransitionDirection {UP, DOWN, LEFT, RIGHT} And, to use custom direction, the direction can be set by using Vector2.

    public class SlideTransition : TransitionBase, IDisposable
    Inheritance
    object
    Disposable
    TransitionBase
    SlideTransition
    Implements
    System.IDisposable

    Constructors

    View Source

    SlideTransition()

    Create a SlideTransition for the View pair.

    Declaration
    public SlideTransition()

    Properties

    View Source

    Direction

    Set/get SlideDirection for this slide transition.

    Declaration
    public Vector2 Direction { get; set; }
    Property Value
    Type Description
    Vector2

    Implements

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