Class TransitionOptions
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 9
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.
C#Copypublic class TransitionOptions : IDisposable
- Inheritance
-
TransitionOptions
Constructors
Declaration
C#Copypublic TransitionOptions()
API Level: 9
Properties
View Source
TransitionTag
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
C#Copypublic string TransitionTag { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: 9
View Source
TransitionWithChild
Property for Page transition. A View could be transition with its child Views or without them. Default value is false
Declaration
C#Copypublic bool TransitionWithChild { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 9
Methods
Declaration
C#Copypublic void Dispose()
Declaration
C#Copyprotected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing |