VectorKeyFrameCollection.Remove(VectorKeyFrame) Method

Definition

Removes a VectorKeyFrame object from the collection.

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

Parameters

keyFrame
VectorKeyFrame

Identifies the VectorKeyFrame to remove from the collection.

Applies to