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#Copypublic class SlideTransition : TransitionBase
- Inheritance
Constructors
Declaration
C#Copypublic SlideTransition()
API Level: 9
Properties
Declaration
C#Copypublic Vector2 Direction { get; set; }
Property Value
Type | Description |
---|---|
Vector2 |