Vector3DAnimationUsingKeyFrames.KeyFrames Property

Definition

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

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

Property Value

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

Applies to

See also