'Declaration Public Function IndexOf( _ ByVal ps As PointStyle _ ) As System.Integer
public System.int IndexOf( PointStyle ps )
Parameters
- ps
- The PointStyle to locate in the collection.
Return Value
Returns an integer indicating the element of the specified PointStyle within the collection. If the PointStyle is not found the return value is –1.