Public Types | |
| enum | Attribute { Whole = 0 , TranslationX , TranslationY , TranslationZ , ScaleX , ScaleY , ScaleZ , RotationX , RotationY , RotationZ , R , G , B , A , X , Y , Z , W } |
| enum | Target { Out , In } |
Public Member Functions | |
| ViewTransitionAnimation () | |
| ViewTransitionAnimation (Target direction, string propertyName, Attribute attribute, object sourceValue, object targetValue) | |
| ViewTransitionAnimation | Clone () |
Properties | |
| Target | Direction [get, set] |
| Defines which layer to apply this animation. | |
| Attribute | PropertyAttribute [get, set] |
| Animated attribute of property. | |
| string | PropertyName [get, set] |
| Name of the property to animate. | |
| object | SourceValue [get, set] |
| Source value for the property. | |
| object | TargetValue [get, set] |
| Target value for the property. | |
| Guid | Uid [get, set] |
| Identifier for this item. | |
|
inline |
|
inline |
|
inline |
|
getset |
Defines which layer to apply this animation.
|
getset |
Animated attribute of property.
|
getset |
Name of the property to animate.
|
getset |
Source value for the property.
|
getset |
Target value for the property.
|
getset |
Identifier for this item.