BooleanKeyFrameCollection.Remove(BooleanKeyFrame) 方法
定义
从集合中移除 BooleanKeyFrame 对象。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)
参数
- keyFrame
- BooleanKeyFrame
标识要从集合中移除的 BooleanKeyFrame。Identifies the BooleanKeyFrame to remove from the collection.