[]
Gets the current index of the specified PointStyle in the collection.
public int IndexOf(PointStyle ps)
| Type | Name | Description |
|---|---|---|
| PointStyle | ps | The PointStyle to locate in the collection. |
| Type | Description |
|---|---|
| int | Returns an integer indicating the element of the specified PointStyle within the collection. If the PointStyle is not found the return value is –1. |