Windows.UI.Xaml.Media.Animation.PointAnimationUsingKeyFrames.KeyFrames

July 6, 2022 ยท View on GitHub

-description

Gets the collection of PointKeyFrame objects that define the animation.

-xaml-syntax

<PointAnimationUsingKeyFrames>
  oneOrMorePointKeyFrames
</PointAnimationUsingKeyFrames>

-xaml-values

oneOrMorePointKeyFrames
oneOrMorePointKeyFramesOne or more object elements that define the key frames for the animation. These object elements represent one of the classes deriving from PointKeyFrame. These are typically any combination of LinearPointKeyFrame, EasingPointKeyFrame, DiscretePointKeyFrame, and SplinePointKeyFrame.
## -property-value The collection of [PointKeyFrame](pointkeyframe.md) objects that define the animation. The default is an empty collection.

-remarks

-examples

-see-also