QuaternionAnimationUsingKeyFrames::KeyFrames Property

 

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

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

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

Property Value

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

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

.NET Framework
Available since 3.0
Return to top
Show: