ThicknessKeyFrameCollection.Remove(ThicknessKeyFrame) Method

Definition

Removes a ThicknessKeyFrame object from the collection.

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

Parameters

keyFrame
ThicknessKeyFrame

Identifies the ThicknessKeyFrame to remove from the collection.

Applies to