ObjectAnimationUsingKeyFrames.KeyFrames Eigenschap

Definitie

Hiermee haalt u de verzameling ObjectKeyFrame objecten op die de animatie definiëren of stelt u deze in.

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

Waarde van eigenschap

De verzameling ObjectKeyFrame objecten die de animatie definiëren. De standaardwaarde is Empty.

Van toepassing op

Zie ook