GradientStopCollection.Remove(GradientStop) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime la première occurrence du GradientStop spécifié de GradientStopCollection.
public:
virtual bool Remove(System::Windows::Media::GradientStop ^ value);
public bool Remove(System.Windows.Media.GradientStop value);
abstract member Remove : System.Windows.Media.GradientStop -> bool
override this.Remove : System.Windows.Media.GradientStop -> bool
Public Function Remove (value As GradientStop) As Boolean
Paramètres
- value
- GradientStop
GradientStop à supprimer de ce GradientStopCollection.
Retours
true si value a été supprimé de la GradientStopCollection ; sinon, false.