DecimalAnimationUsingKeyFrames.GetCurrentValueAsFrozenCore(Freezable) Method

Definition

Makes this instance a copy of the specified DecimalAnimationUsingKeyFrames.

protected:
 override void GetCurrentValueAsFrozenCore(System::Windows::Freezable ^ source);
protected override void GetCurrentValueAsFrozenCore (System.Windows.Freezable source);
override this.GetCurrentValueAsFrozenCore : System.Windows.Freezable -> unit
Protected Overrides Sub GetCurrentValueAsFrozenCore (source As Freezable)

Parameters

source
Freezable

The DecimalAnimationUsingKeyFrames to copy and freeze.

Applies to

See also