GradientStopCollection.Remove(GradientStop) Methode

Definition

Entfernt das erste Vorkommen des angegebenen GradientStop aus diesem 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

Parameter

value
GradientStop

The GradientStop to remove from this GradientStopCollection.

Gibt zurück

true if value was removed from the GradientStopCollection; otherwise, false.

Implementiert

Ausnahmen

Dies GradientStopCollection ist schreibgeschützt.

-oder-

Die GradientStopCollection Größe hat eine feste Größe.

Gilt für:

Weitere Informationen