Udostępnij za pośrednictwem


GradientStopCollection.IndexOf(GradientStop) Metoda

Definicja

Zwraca indeks oparty na zera określonej wartości GradientStop.

public:
 virtual int IndexOf(System::Windows::Media::GradientStop ^ value);
public int IndexOf (System.Windows.Media.GradientStop value);
abstract member IndexOf : System.Windows.Media.GradientStop -> int
override this.IndexOf : System.Windows.Media.GradientStop -> int
Public Function IndexOf (value As GradientStop) As Integer

Parametry

value
GradientStop

Element do wyszukania.

Zwraca

Int32

Indeks, jeśli obiekt został znaleziony; w przeciwnym razie , -1.

Implementuje

Dotyczy