DoubleAnimationUsingKeyFrames::KeyFrames Property

 

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

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

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

Property Value

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

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

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: