Freigeben über


ColorAnimationUsingKeyFrames.KeyFrames Eigenschaft

Definition

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

public:
 property ColorKeyFrameCollection ^ KeyFrames { ColorKeyFrameCollection ^ get(); };
ColorKeyFrameCollection KeyFrames();
public ColorKeyFrameCollection KeyFrames { get; }
var colorKeyFrameCollection = colorAnimationUsingKeyFrames.keyFrames;
Public ReadOnly Property KeyFrames As ColorKeyFrameCollection
<ColorAnimationUsingKeyFrames ...>
  oneOrMoreColorKeyFrames
</ColorAnimationUsingKeyFrames>

Eigenschaftswert

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

Gilt für: