4.985 Vector3DAnimationUsingKeyFrames

x:Object > DependencyObject > Freezable > Animatable > Timeline > AnimationTimeline > Vector3DAnimationBase > Vector3DAnimationUsingKeyFrames
Vector3DAnimationUsingKeyFrames
(usage)
<Vector3DAnimationUsingKeyFrames> Vector3DKeyFrame* </Vector3DAnimationUsingKeyFrames>
(description)
Animates the value of a Vector3D property along a set of KeyFrames.
[content property]
KeyFrames
[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.
KeyFrames
Vector3DKeyFrameCollection
(description)
The collection of Vector3DKeyFrame objects that define the animation.