DoubleAnimationUsingKeyFrames::KeyFrames Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the collection of DoubleKeyFrame objects that define the animation.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<DoubleAnimationUsingKeyFrames> oneOrMoreDoubleKeyFrames </DoubleAnimationUsingKeyFrames>
XAML Values
Property Value
Type: System.Windows.Media.Animation::DoubleKeyFrameCollectionThe collection of DoubleKeyFrame objects that define the animation. The default is an empty collection.
KeyFrames is read-only in the object model, because an initialized DoubleAnimationUsingKeyFrames object maintains a single private copy of the backing DoubleKeyFrameCollection. You can set items into this collection either by getting the KeyFrames value in code and calling collection methods, or by defining child DoubleKeyFrame elements as shown in the XAML syntax.