C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfColor Class / IsBlack Method
A drawing (media) color.

In This Topic
IsBlack Method
In This Topic
Whether is black color.
Syntax
'Declaration
 
Public Shared Function IsBlack( _
   ByVal clr As Color _
) As Boolean
 

Parameters

clr
A drawing (media) color.

Return Value

true is the color is black, otherwise false.
See Also