Vector3DAnimationUsingKeyFrames.CloneCurrentValueCore(Freezable) Method

Definition

Makes the specified Vector3DAnimationUsingKeyFrames a modifiable clone (deep copy) of the current object using current property values.

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

Parameters

sourceFreezable
Freezable

The Vector3DAnimationUsingKeyFrames to be cloned.

Applies to

See also