Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / ColorPalette Class / Contains Method

In This Topic
    Contains Method
    In This Topic
    Determines whether a color is in the palette.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal color As Color _
    ) As Boolean
    public bool Contains( 
       Color color
    )

    Parameters

    color
    See Also