[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DColorsCollection.Contains

Contains Method

Contains(Color)

Determines if the specified Color is in the collection.

Declaration
public bool Contains(Color clr)
Public Function Contains(clr As Color) As Boolean
Parameters
Type Name Description
Color clr

The Color to locate.

Returns
Type Description
bool

A boolean indicating if the Color is in the collection.

See Also