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.