ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / Util Class / IsColorEmpty Method

In This Topic
    IsColorEmpty Method (Util)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function IsColorEmpty( _
       ByVal color As Color _
    ) As Boolean
    public static bool IsColorEmpty( 
       Color color
    )

    Parameters

    color
    See Also