4.436 Int32AnimationUsingKeyFrames

x:Object > DependencyObject > Freezable > Animatable > Timeline > AnimationTimeline > Int32AnimationBase > Int32AnimationUsingKeyFrames
Int32AnimationUsingKeyFrames
(usage)
<Int32AnimationUsingKeyFrames> Int32KeyFrame* </Int32AnimationUsingKeyFrames>
(description)
Animates the value of a Int32 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
Int32KeyFrameCollection
(description)
The collection of Int32KeyFrame objects that define the animation.