Share via


ObjectAnimationUsingKeyFrames.KeyFrames Eigenschaft

Definition

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

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

Eigenschaftswert

ObjectKeyFrameCollection

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

Gilt für

Siehe auch