StringKeyFrameCollection.Remove(StringKeyFrame) Method

Definition

Removes a StringKeyFrame object from the collection.

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

Parameters

keyFrame
StringKeyFrame

Identifies the StringKeyFrame to remove from the collection.

Applies to