Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
x:Object > DependencyObject > Freezable > Animatable > Timeline > AnimationTimeline > VectorAnimationBase > VectorAnimation
(usage) |
<VectorAnimation /> |
(description) |
Animates the value of a Vector property between two target values using linear interpolation over a specified Duration. |
[name property] |
Name |
(properties) |
|
By |
|
(description) |
The total amount by which the animation changes its starting value. |
EasingFunction (4) |
|
(description) |
The easing function applied to this animation. |
From |
|
(description) |
The animation's starting value. |
IsAdditive |
|
(description) |
A value that indicates whether the target property's current value should be added to this animation's starting value. |
IsCumulative |
|
(description) |
A value that specifies whether the animation's value accumulates when it repeats. |
To |
|
(description) |
The animation's ending value. |