Class TransitionComponents
Definition
- Assembly:
- Tizen.NUI.dll
Parts of the transition that can be configured to provide a custom effect.
C#Copypublic class TransitionComponents : IDisposable
- Inheritance
-
objectTransitionComponents
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic TransitionComponents()
View Source
TransitionComponents(int, int, AlphaFunction)
TransitionComponents constructor. Stores delay, duration and AlphaFunction.
Declaration
C#Copypublic TransitionComponents(int delay, int duration, AlphaFunction alphaFunction)
Parameters
Type | Name | Description |
---|---|---|
int | delay | The delay before the animator starts. |
int | duration | the duration of the animator. |
AlphaFunction | alphaFunction | alpha function to use . |
Fields
Declaration
C#Copy[Obsolete("Deprecated in API9, will be removed in API11. Use GetAlphaFunction, SetAlphaFunction instead.")] public AlphaFunction AlphaFunction
Field Value
Type | Description |
---|---|
AlphaFunction |
Declaration
C#Copy[Obsolete("Deprecated in API9, will be removed in API11. Use GetDelay, SetDelay instead.")] public int Delay
Field Value
Type | Description |
---|---|
int |
Declaration
C#Copy[Obsolete("Deprecated in API9, will be removed in API11. Use GetDuration, SetDuration instead.")] public int Duration
Field Value
Type | Description |
---|---|
int |
Implements
System.IDisposable