4.186 DecimalAnimationUsingKeyFrames
x:Object > DependencyObject > Freezable > Animatable > Timeline > AnimationTimeline > DecimalAnimationBase > DecimalAnimationUsingKeyFrames | |
DecimalAnimationUsingKeyFrames | |
(usage) |
<DecimalAnimationUsingKeyFrames> DecimalKeyFrame* </DecimalAnimationUsingKeyFrames> |
(description) |
Animates the value of a Decimal 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 |
DecimalKeyFrameCollection |
(description) |
The collection of DecimalKeyFrame objects that define the animation. |