Class SlideTransition

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
9

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.

C#
Copy
public class SlideTransition : TransitionBase, IDisposable
Inheritance
System.Object
SlideTransition
Implements
System.IDisposable

Constructors

View Source

SlideTransition()

Create a SlideTransition for the View pair.

Declaration
C#
Copy
public SlideTransition()
API Level: 9

Properties

View Source

Direction

Set/get SlideDirection for this slide transition.

Declaration
C#
Copy
public Vector2 Direction { get; set; }
Property Value
Type Description
Vector2
API Level: 9

Implements

System.IDisposable