FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart 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 color As Color _
    ) As Boolean
    public bool Contains( 
       Color color
    )

    Parameters

    color
    The Color to locate.

    Return Value

    True if the Color is in the collection, false otherwise.
    See Also