ObjectAnimationUsingKeyFrames.KeyFrames Property

Definition

Gets the collection of ObjectKeyFrame objects that define the animation.

public:
 property ObjectKeyFrameCollection ^ KeyFrames { ObjectKeyFrameCollection ^ get(); };
ObjectKeyFrameCollection KeyFrames();
public ObjectKeyFrameCollection KeyFrames { get; }
var objectKeyFrameCollection = objectAnimationUsingKeyFrames.keyFrames;
Public ReadOnly Property KeyFrames As ObjectKeyFrameCollection
<ObjectAnimationUsingKeyFrames>oneOrMoreDiscreteObjectKeyFrames</ObjectAnimationUsingKeyFrames>

Property Value

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

Applies to