Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.06 KB

pointanimationusingkeyframes_keyframes.md

File metadata and controls

35 lines (24 loc) · 1.06 KB
-api-id -api-type
P:Windows.UI.Xaml.Media.Animation.PointAnimationUsingKeyFrames.KeyFrames
winrt property

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

-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