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