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#
Copy
public class TransitionOptions : IDisposable
Inheritance
System.Object
TransitionOptions
Implements
System.IDisposable

Constructors

View Source

TransitionOptions()

Initializes the TransitionOptions class.

Declaration
C#
Copy
public 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#
Copy
public string TransitionTag { get; set; }
Property Value
Type Description
System.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#
Copy
public bool TransitionWithChild { get; set; }
Property Value
Type Description
Boolean
API Level: 9

Implements

System.IDisposable