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