4.635 PointAnimationUsingPath

x:Object > DependencyObject > Freezable > Animatable > Timeline > AnimationTimeline > PointAnimationBase > PointAnimationUsingPath
PointAnimationUsingPath
(usage)
<PointAnimationUsingPath />
(description)
Animates the value of a Point 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
x:Boolean
(description)
A value that specifies whether the animation's output value is added to the base value of the property being animated.
IsCumulative
x:Boolean
(description)
A value that specifies whether the animation's value accumulates when it repeats.
PathGeometry
PathGeometry
(description)
Specifies the geometry used to generate this animation's output values.