Class VisualAnimator
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
A class encapsulating the property map of the transition data.
public class VisualAnimator : VisualMap
- Inheritance
Constructors
View SourceVisualAnimator()
Create VisualAnimator object.
Declaration
public VisualAnimator()
API Level: 3
Properties
View SourceAlphaFunction
Sets and Gets the AlphaFunction of this transition.
Declaration
public AlphaFunction.BuiltinFunctions AlphaFunction { get; set; }
Property Value
Type | Description |
---|---|
AlphaFunction.BuiltinFunctions |
API Level: 3
View SourceDestinationValue
Sets and Gets the DestinationValue of this transition.
Declaration
public object DestinationValue { get; set; }
Property Value
Type | Description |
---|---|
Object |
API Level: 3
View SourceEndTime
Sets and Gets the EndTime of this transition.
Declaration
public int EndTime { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourcePropertyIndex
Sets and Gets the PropertyIndex of this transition.
Declaration
public string PropertyIndex { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceStartTime
Sets and Gets the StartTime of this transition.
Declaration
public int StartTime { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceTarget
Sets and Gets the Target of this transition.
Declaration
public string Target { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
Methods
View SourceComposingPropertyMap()
Compose the out visual map.
Declaration
protected override void ComposingPropertyMap()