Share via


4.223 DoubleAnimationUsingPath

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

x:Boolean

(description)

A value that indicates whether the target property's current value should be added to this animation's starting value.

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.

Source

PathAnimationSource

(description)

The aspect of this animation's PathGeometry that determines its output value.