ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfColor Class / RtfColor Constructor
The drawing color.

In This Topic
    RtfColor Constructor
    In This Topic
    The RTF color constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal clr As Color _
    )
    public RtfColor( 
       Color clr
    )

    Parameters

    clr
    The drawing color.
    See Also