ObjectAnimationUsingKeyFrames.KeyFrames Property

Definition

Gets or sets the collection of ObjectKeyFrame objects that define the animation.

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

Property Value

The collection of ObjectKeyFrame objects that define the animation. The default value is Empty.

Applies to

See also