[]
        
(Showing Draft Content)

FarPoint.Win.Chart.BevelCollection.Contains

Contains Method

Contains(Bevel)

Determines whether the collection contains a specific bevel.

Declaration
public bool Contains(Bevel item)
Public Function Contains(item As Bevel) As Boolean
Parameters
Type Name Description
Bevel item

Bevel to locate in collection.

Returns
Type Description
bool

true if bevel is found in the collection; otherwise, false.

Implements