4.227 DoubleAnimationUsingKeyFrames

x:Object > DependencyObject > Freezable > Animatable > Timeline > AnimationTimeline > DoubleAnimationBase > DoubleAnimationUsingKeyFrames
DoubleAnimationUsingKeyFrames
(usage)
<DoubleAnimationUsingKeyFrames> DoubleKeyFrame* </DoubleAnimationUsingKeyFrames>
(description)
Animates the value of a Double 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
DoubleKeyFrameCollection
(description)
The collection of DoubleKeyFrame objects that define the animation.