PointAnimationUsingKeyFrames.KeyFrames Property

Definition

Gets the collection of PointKeyFrame objects that define the animation.

public:
 property PointKeyFrameCollection ^ KeyFrames { PointKeyFrameCollection ^ get(); };
PointKeyFrameCollection KeyFrames();
public PointKeyFrameCollection KeyFrames { get; }
var pointKeyFrameCollection = pointAnimationUsingKeyFrames.keyFrames;
Public ReadOnly Property KeyFrames As PointKeyFrameCollection
<PointAnimationUsingKeyFrames>
  oneOrMorePointKeyFrames
</PointAnimationUsingKeyFrames>

Property Value

The collection of PointKeyFrame objects that define the animation. The default is an empty collection.

Applies to