4.681 RectAnimationUsingKeyFrames
x:Object > DependencyObject > Freezable > Animatable > Timeline > AnimationTimeline > RectAnimationBase > RectAnimationUsingKeyFrames | |
RectAnimationUsingKeyFrames | |
(usage) |
<RectAnimationUsingKeyFrames> RectKeyFrame* </RectAnimationUsingKeyFrames> |
(description) |
Animates the value of a property that takes a Rect along a set of key frames. |
[content property] |
KeyFrames |
[name property] |
Name |
(properties) |
|
IsAdditive |
x:Boolean |
(description) |
A value that indicates whether the animation's output value is added to the base value of the property being animated. |
IsCumulative |
x:Boolean |
(description) |
A value that indicates whether the animation's value accumulates when it repeats. |
KeyFrames |
RectKeyFrameCollection |
(description) |
The collection of RectKeyFrame objects that define the animation. |