BounceEase.CreateInstanceCore Method ()
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Creates a new instance of the Freezable derived class. When creating a derived class, you must override this method.
Assembly: PresentationCore (in PresentationCore.dll)
Animation classes inherit indirectly from Freezable. Because of this, you need to override the CreateInstanceCore method to construct a custom animation object.
The following example shows a typical implementation of CreateInstanceCore.
.NET Framework
Available since 4.0
Available since 4.0
Show: