PointAnimationUsingKeyFrames::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 PointKeyFrame objects that define the animation.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<PointAnimationUsingKeyFrames> oneOrMorePointKeyFrames </PointAnimationUsingKeyFrames>
XAML Values
Property Value
Type: System.Windows.Media.Animation::PointKeyFrameCollectionThe collection of PointKeyFrame objects that define the animation. The default is an empty collection.
KeyFrames is read-only in the object model, because an initialized PointAnimationUsingKeyFrames object maintains a single private copy of the backing PointKeyFrameCollection. You can set items into this collection either by getting the KeyFrames value in code and calling collection methods, or by defining child PointKeyFrame elements as shown in the XAML syntax.