4.104 ColorAnimationUsingKeyFrames
x:Object > DependencyObject > Freezable > Animatable > Timeline > AnimationTimeline > ColorAnimationBase > ColorAnimationUsingKeyFrames | |
ColorAnimationUsingKeyFrames | |
(usage) |
<ColorAnimationUsingKeyFrames> ColorKeyFrame* </ColorAnimationUsingKeyFrames> |
(description) |
Animates the value of a Color property along a set of KeyFrames over a specified Duration. |
[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 |
ColorKeyFrameCollection |
(description) |
The collection of ColorKeyFrame objects that define the animation. |