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 > DoubleAnimationBase > DoubleAnimationUsingPath
(usage) |
<DoubleAnimationUsingPath /> |
(description) |
Animates the value of a Double property between two or more target values using a PathGeometry to specify those values. This animation can be used to move a visual object along a path. |
[name property] |
Name |
(properties) |
|
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. |
PathGeometry |
|
(description) |
Specifies the geometry used to generate this animation's output values. |
Source |
|
(description) |
The aspect of this animation's PathGeometry that determines its output value. |