Class TransitionComponents
Definition
- Assembly:
- Tizen.NUI.dll
Parts of the transition that can be configured to provide a custom effect.
public class TransitionComponents : IDisposable
- Inheritance
-
objectTransitionComponents
- Implements
-
System.IDisposable
Constructors
View SourceTransitionComponents()
TransitionComponents default constructor.
Declaration
public TransitionComponents()
TransitionComponents(int, int, AlphaFunction)
TransitionComponents constructor. Stores delay, duration and AlphaFunction.
Declaration
public 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
View SourceAlphaFunction
Get, Set the function to alter the transition path over time.
Declaration
[Obsolete("Deprecated in API9, will be removed in API11. Use GetAlphaFunction, SetAlphaFunction instead.")]
public AlphaFunction AlphaFunction
Field Value
| Type | Description |
|---|---|
| AlphaFunction |
Delay
Get, Set the delay before the transition executes. Milliseconds.
Declaration
[Obsolete("Deprecated in API9, will be removed in API11. Use GetDelay, SetDelay instead.")]
public int Delay
Field Value
| Type | Description |
|---|---|
| int |
Duration
Get, Set the time transition should execute for . Milliseconds.
Declaration
[Obsolete("Deprecated in API9, will be removed in API11. Use GetDuration, SetDuration instead.")]
public int Duration
Field Value
| Type | Description |
|---|---|
| int |
Implements
System.IDisposable