Windows.UI.Xaml.Media.Animation.ObjectAnimationUsingKeyFrames.KeyFrames

July 6, 2022 ยท View on GitHub

-description

Gets the collection of ObjectKeyFrame objects that define the animation.

-xaml-syntax

<ObjectAnimationUsingKeyFrames>oneOrMoreDiscreteObjectKeyFrames</ObjectAnimationUsingKeyFrames>

-xaml-values

oneOrMoreObjectKeyFrames
oneOrMoreObjectKeyFramesOne or more DiscreteObjectKeyFrame object elements that define the key frames for the animation.
## -property-value The collection of [ObjectKeyFrame](objectkeyframe.md) objects that define the animation. The default is an empty collection.

-remarks

-examples

-see-also