Class VisualAnimator

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

A class encapsulating the property map of the transition data.

C#
Copy
public class VisualAnimator : VisualMap, IDisposable
Inheritance
System.Object
VisualAnimator
Implements
System.IDisposable

Constructors

View Source

VisualAnimator()

Create VisualAnimator object.

Declaration
C#
Copy
public VisualAnimator()
API Level: 3

Properties

View Source

AlphaFunction

Sets and Gets the AlphaFunction of this transition.

Declaration
C#
Copy
public AlphaFunction.BuiltinFunctions AlphaFunction { get; set; }
Property Value
Type Description
AlphaFunction.BuiltinFunctions
API Level: 3
View Source

DestinationValue

Sets and Gets the DestinationValue of this transition.

Declaration
C#
Copy
public object DestinationValue { get; set; }
Property Value
Type Description
System.Object
API Level: 3
View Source

EndTime

Sets and Gets the EndTime of this transition.

Declaration
C#
Copy
public int EndTime { get; set; }
Property Value
Type Description
Int32
API Level: 3
View Source

PropertyIndex

Sets and Gets the PropertyIndex of this transition.

Declaration
C#
Copy
public string PropertyIndex { get; set; }
Property Value
Type Description
System.String
API Level: 3
View Source

StartTime

Sets and Gets the StartTime of this transition.

Declaration
C#
Copy
public int StartTime { get; set; }
Property Value
Type Description
Int32
API Level: 3
View Source

Target

Sets and Gets the Target of this transition.

Declaration
C#
Copy
public string Target { get; set; }
Property Value
Type Description
System.String
API Level: 3

Methods

View Source

ComposingPropertyMap()

Compose the out visual map.

Declaration
C#
Copy
protected override void ComposingPropertyMap()
Overrides
API Level: 3

Implements

System.IDisposable