Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.08 KB

doubleanimationusingkeyframes_keyframes.md

File metadata and controls

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

Windows.UI.Xaml.Media.Animation.DoubleAnimationUsingKeyFrames.KeyFrames

-description

Gets the collection of DoubleKeyFrame objects that define the animation.

-xaml-syntax

<DoubleAnimationUsingKeyFrames>
  oneOrMoreDoubleKeyFrames
</DoubleAnimationUsingKeyFrames>

-xaml-values

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.
## -property-value The collection of [DoubleKeyFrame](doublekeyframe.md) objects that define the animation. The default is an empty collection.

-remarks

-examples

-see-also