Freigeben über


PointAnimationUsingKeyFrames.KeyFrames Eigenschaft

Definition

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

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>

Eigenschaftswert

Die Auflistung von PointKeyFrame-Objekten , die die Animation definieren. Der Standard ist eine leere Auflistung.

Gilt für: