DoubleKeyFrameCollection.Remove(DoubleKeyFrame) Method

Definition

Removes a DoubleKeyFrame object from the collection.

public:
 void Remove(System::Windows::Media::Animation::DoubleKeyFrame ^ keyFrame);
public void Remove (System.Windows.Media.Animation.DoubleKeyFrame keyFrame);
member this.Remove : System.Windows.Media.Animation.DoubleKeyFrame -> unit
Public Sub Remove (keyFrame As DoubleKeyFrame)

Parameters

keyFrame
DoubleKeyFrame

Identifies the DoubleKeyFrame to remove from the collection.

Applies to