ComponentOne Word for WPF
C1.WPF.Word.4.5.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
    public static bool IsTransparent( 
       Color clr
    )

    Parameters

    clr
    A drawing (media) color.

    Return Value

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