Class TransitionBase
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 9
TransitionBase class is a base class for all Transition. Each Transition child classes inherits this base class.
C#Copypublic class TransitionBase : Disposable
- Inheritance
- Derived
Remarks
Transition changes propreties of View like Position, Scale, Orientation, and Opacity during transition.
Constructors
Declaration
C#Copypublic TransitionBase()
API Level: 9
Properties
Declaration
C#Copypublic AlphaFunction AlphaFunction { get; set; }
Property Value
Type | Description |
---|---|
AlphaFunction |
API Level: 9
Declaration
C#Copypublic TimePeriod TimePeriod { get; set; }
Property Value
Type | Description |
---|---|
TimePeriod |
API Level: 9
Methods
Declaration
C#Copyprotected override void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type |