ObjectAnimationUsingKeyFrames.CreateInstanceCore Method

Definition

Creates a new instance of ObjectAnimationUsingKeyFrames.

protected:
 override System::Windows::Freezable ^ CreateInstanceCore();
protected override System.Windows.Freezable CreateInstanceCore ();
override this.CreateInstanceCore : unit -> System.Windows.Freezable
Protected Overrides Function CreateInstanceCore () As Freezable

Returns

A new instance of ObjectAnimationUsingKeyFrames.

Applies to

See also