Class TransitionOptions
Definition
- Assembly:
- Tizen.NUI.dll
This TransitionOptions class is a class to control Transition motion. This class includes multiple options for the Transition. NUI supports various kinds of Transitions such as App transition, Page transition, and so on.
public class TransitionOptions : IDisposable
- Inheritance
-
objectTransitionOptions
- Implements
-
System.IDisposable
Constructors
View SourceTransitionOptions()
Initializes the TransitionOptions class.
Declaration
public TransitionOptions()
Properties
View SourceTransitionTag
String tag to find View pair to be used in Page transition. If there is a View have same TransitionTag in a next or previous Page. The View will be pair for transition. This is property for Page Transition.
Declaration
public string TransitionTag { get; set; }
Property Value
Type | Description |
---|---|
string |
TransitionWithChild
Property for Page transition. A View could be transition with its child Views or without them. Default value is false
Declaration
public bool TransitionWithChild { get; set; }
Property Value
Type | Description |
---|---|
bool |
Implements
System.IDisposable