GradientStopCollection.Remove(GradientStop) Méthode

Définition

Supprime la première occurrence de l’élément spécifié GradientStop .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

Retours

true si value elle a été supprimée du GradientStopCollection; sinon, false.

Implémente

Exceptions

Il GradientStopCollection est en lecture seule.

- ou -

La GradientStopCollection taille est fixe.

S’applique à

Voir aussi