-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Media.Animation.DoubleAnimationUsingKeyFrames.KeyFrames |
winrt property |
Gets the collection of DoubleKeyFrame objects that define the animation.
<DoubleAnimationUsingKeyFrames>
oneOrMoreDoubleKeyFrames
</DoubleAnimationUsingKeyFrames>
- oneOrMoreDoubleKeyFrames
- oneOrMoreDoubleKeyFramesOne or more object elements that define the key frames for the animation. These object elements represent one of the classes deriving from DoubleKeyFrame. These are typically any combination of LinearDoubleKeyFrame, DiscreteDoubleKeyFrame, EasingDoubleKeyFrame, and SplineDoubleKeyFrame.