Class FadeTransition
Definition
- Assembly:
- Tizen.NUI.dll
FadeTransition class is a cluster of properties for the fade transition of a View.
C#Copypublic class FadeTransition : TransitionBase, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic 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#Copypublic float Opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Implements
System.IDisposable