Freigeben über


ObjectAnimationUsingKeyFrames.KeyFrames Eigenschaft

Definition

Ruft die Auflistung der ObjectKeyFrame-Objekte ab, die die Animation definieren.

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>

Eigenschaftswert

Die Auflistung der ObjectKeyFrame-Objekte , die die Animation definieren. Der Standard ist eine leere Auflistung.

Gilt für: