Class FadeTransition
Definition
- Assembly:
- Tizen.NUI.dll
FadeTransition class is a cluster of properties for the fade transition of a View.
C#
Copy
public class FadeTransition : TransitionBase, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
Declaration
C#
Copy
public FadeTransition()
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 |
---|---|
float |
Implements
System.IDisposable