PointAnimationUsingKeyFrames::KeyFrames Property
.NET Framework (current version)
Gets or sets the collection of PointKeyFrame objects that define the animation.
Assembly: PresentationCore (in PresentationCore.dll)
public: property PointKeyFrameCollection^ KeyFrames { PointKeyFrameCollection^ get(); void set(PointKeyFrameCollection^ value); }
Property Value
Type: System.Windows.Media.Animation::PointKeyFrameCollection^The collection of PointKeyFrame objects that define the animation. The default value is Empty.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: