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

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

Parameters

clr
A drawing (media) color.

Return Value

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