Class VisualAnimator

    Definition

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

    A class encapsulating the property map of the transition data.

    public class VisualAnimator : VisualMap, IDisposable
    Inheritance
    object
    VisualMap
    VisualAnimator
    Implements
    System.IDisposable

    Constructors

    View Source

    VisualAnimator()

    Create VisualAnimator object.

    Declaration
    public VisualAnimator()

    Properties

    View Source

    AlphaFunction

    Sets and Gets the AlphaFunction of this transition.

    Declaration
    public AlphaFunction.BuiltinFunctions AlphaFunction { get; set; }
    Property Value
    Type Description
    AlphaFunction.BuiltinFunctions
    View Source

    DestinationValue

    Sets and Gets the DestinationValue of this transition.

    Declaration
    public object DestinationValue { get; set; }
    Property Value
    Type Description
    object
    View Source

    EndTime

    Sets and Gets the EndTime of this transition.

    Declaration
    public int EndTime { get; set; }
    Property Value
    Type Description
    int
    View Source

    PropertyIndex

    Sets and Gets the PropertyIndex of this transition.

    Declaration
    public string PropertyIndex { get; set; }
    Property Value
    Type Description
    string
    View Source

    StartTime

    Sets and Gets the StartTime of this transition.

    Declaration
    public int StartTime { get; set; }
    Property Value
    Type Description
    int
    View Source

    Target

    Sets and Gets the Target of this transition.

    Declaration
    public string Target { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    ComposingPropertyMap()

    Compose the out visual map.

    Declaration
    protected override void ComposingPropertyMap()
    Overrides
    VisualMap.ComposingPropertyMap()

    Implements

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