Class FadeTransition

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

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

    public class FadeTransition : TransitionBase, IDisposable
    Inheritance
    object
    Disposable
    TransitionBase
    FadeTransition
    Implements
    System.IDisposable

    Constructors

    View Source

    FadeTransition()

    Create a FadeTransition for the View pair.

    Declaration
    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
    public float Opacity { get; set; }
    Property Value
    Type Description
    float

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX