SingleAnimationUsingKeyFrames::KeyFrames Property

 

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

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property SingleKeyFrameCollection^ KeyFrames {
	SingleKeyFrameCollection^ get();
	void set(SingleKeyFrameCollection^ value);
}

Property Value

Type: System.Windows.Media.Animation::SingleKeyFrameCollection^

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

.NET Framework
Available since 3.0
Return to top
Show: