ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DColorsCollection Class / Contains Method
The Color to locate.

In This Topic
    Contains Method (Chart3DColorsCollection)
    In This Topic
    Determines if the specified Color is in the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal clr As System.Drawing.Color _
    ) As System.Boolean
    public System.bool Contains( 
       System.Drawing.Color clr
    )

    Parameters

    clr
    The Color to locate.

    Return Value

    A boolean indicating if the Color is in the collection.
    See Also