ObjectKeyFrameCollection.Remove(ObjectKeyFrame) Method

Definition

Removes a ObjectKeyFrame object from the collection.

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

Parameters

keyFrame
ObjectKeyFrame

Identifies the ObjectKeyFrame to remove from the collection.

Applies to