BooleanKeyFrameCollection.Remove(BooleanKeyFrame) Method

Definition

Removes a BooleanKeyFrame object from the collection.

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

Parameters

keyFrame
BooleanKeyFrame

Identifies the BooleanKeyFrame to remove from the collection.

Applies to