[]
        
(Showing Draft Content)

FarPoint.Web.Chart.BevelCollection.IndexOf

IndexOf Method

IndexOf(Bevel)

Determines the index of the bevel in the collection.

Declaration
public int IndexOf(Bevel item)
Public Function IndexOf(item As Bevel) As Integer
Parameters
Type Name Description
Bevel item

Bevel to locate in collection.

Returns
Type Description
int

Index of the bevel if bevel is found in the collection; otherwise, -1.

Implements