ColorAnimationUsingKeyFrames.KeyFrames Eigenschaft

Definition

Dient zum Abrufen oder Festlegen der Auflistung von ColorKeyFrame-Objekten, die die Animation definieren.

public:
 property System::Windows::Media::Animation::ColorKeyFrameCollection ^ KeyFrames { System::Windows::Media::Animation::ColorKeyFrameCollection ^ get(); void set(System::Windows::Media::Animation::ColorKeyFrameCollection ^ value); };
public System.Windows.Media.Animation.ColorKeyFrameCollection KeyFrames { get; set; }
member this.KeyFrames : System.Windows.Media.Animation.ColorKeyFrameCollection with get, set
Public Property KeyFrames As ColorKeyFrameCollection

Eigenschaftswert

ColorKeyFrameCollection

Die Auflistung von ColorKeyFrame-Objekten, die die Animation definieren. Der Standardwert ist Empty.

Gilt für

Siehe auch