'Declaration Public Function IndexOf( _ ByVal gradientStop As GradientStop _ ) As Integer
'Usage Dim instance As GradientStopList Dim gradientStop As GradientStop Dim value As Integer value = instance.IndexOf(gradientStop)
public int IndexOf( GradientStop gradientStop )
Parameters
- gradientStop
- A reference to the GradientStop to locate.
Return Value
The zero-based index of the first occurrence of gradientStop within the entire list, if found; otherwise, returns -1.