CharKeyFrameCollection.Remove(CharKeyFrame) Método

Definição

Remove um objeto CharKeyFrame da coleção.

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

Parâmetros

keyFrame
CharKeyFrame

Identifica o CharKeyFrame a ser removido da coleção.

Aplica-se a