ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / ColorEx Class / IsDefaultColor Method
The color.

In This Topic
    IsDefaultColor Method
    In This Topic
    Determines whether the specified color is the default color.
    Syntax
    'Declaration
     
    Public Shared Function IsDefaultColor( _
       ByVal color As Windows.UI.Xaml.Media.Brush _
    ) As System.Boolean
    public static System.bool IsDefaultColor( 
       Windows.UI.Xaml.Media.Brush color
    )

    Parameters

    color
    The color.
    See Also