ComponentOne Basic Library for WPF and Silverlight
IsDefaultColor Method


C1.WPF Namespace > ColorEx Class : IsDefaultColor Method
The color.
Determines whether the specified color is the default color.
Syntax
'Declaration
 
Public Shared Function IsDefaultColor( _
   ByVal color As System.Windows.Media.Brush _
) As System.Boolean
'Usage
 
Dim color As System.Windows.Media.Brush
Dim value As System.Boolean
 
value = ColorEx.IsDefaultColor(color)
public static System.bool IsDefaultColor( 
   System.Windows.Media.Brush color
)

Parameters

color
The color.
See Also

Reference

ColorEx Class
ColorEx Members