Class FadeTransition

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
9

FadeTransition class is a cluster of properties for the fade transition of a View.

C#
Copy
public class FadeTransition : TransitionBase, IDisposable
Inheritance
System.Object
FadeTransition
Implements
System.IDisposable

Constructors

View Source

FadeTransition()

Create a FadeTransition for the View pair.

Declaration
C#
Copy
public FadeTransition()
API Level: 9

Properties

View Source

Opacity

Set Opacity for this fade transition. If this transition is for appearing, the opacity of target View is animated from this property. If this transition is for disappearing, the opacity of target View is animated to this property. Default Opacity is 0.

Declaration
C#
Copy
public float Opacity { get; set; }
Property Value
Type Description
System.Single
API Level: 9

Implements

System.IDisposable