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.
Namespace: System.Windows.Media.Animation
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
Public ReadOnly Property KeyFrames As PointKeyFrameCollection
public PointKeyFrameCollection KeyFrames { get; }
<PointAnimationUsingKeyFrames>
oneOrMorePointKeyFrames
</PointAnimationUsingKeyFrames>
XAML Values
- oneOrMorePointKeyFrames
One 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
Type: System.Windows.Media.Animation..::.PointKeyFrameCollection
The collection of PointKeyFrame objects that define the animation. The default is an empty collection.
Remarks
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.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone
See Also
Reference
PointAnimationUsingKeyFrames Class
System.Windows.Media.Animation Namespace