Class SlideTransition
Definition
- 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
- Implements
-
System.IDisposable
Constructors
View SourceSlideTransition()
Create a SlideTransition for the View pair.
Declaration
public SlideTransition()
Properties
View SourceDirection
Set/get SlideDirection for this slide transition.
Declaration
public Vector2 Direction { get; set; }
Property Value
Type | Description |
---|---|
Vector2 |
Implements
System.IDisposable