GradientStopCollection.Contains(GradientStop) Methode

Definition

Gibt an, ob die Auflistung das angegebene GradientStop enthält.

public:
 virtual bool Contains(System::Windows::Media::GradientStop ^ value);
public bool Contains (System.Windows.Media.GradientStop value);
abstract member Contains : System.Windows.Media.GradientStop -> bool
override this.Contains : System.Windows.Media.GradientStop -> bool
Public Function Contains (value As GradientStop) As Boolean

Parameter

value
GradientStop

Das GradientStop, das in der GradientStopCollection gesucht werden soll.

Gibt zurück

true, wenn GradientStop in der GradientStopCollection gefunden wird, andernfalls false.

Implementiert

Gilt für:

Weitere Informationen