Int64AnimationUsingKeyFrames::KeyFrames Property

 

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

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

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

Property Value

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

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

.NET Framework
Available since 3.0
Return to top
Show: