Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderParagraph Class / RenderParagraph Constructor / RenderParagraph Constructor(Font,Color)
The default font for the current paragraph.
The default text color for the current paragraph.

In This Topic
    RenderParagraph Constructor(Font,Color)
    In This Topic
    Initializes a new instance of the RenderParagraph class, specifying the default font and text color.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal font As Font, _
       ByVal textColor As Color _
    )
    public RenderParagraph( 
       Font font,
       Color textColor
    )

    Parameters

    font
    The default font for the current paragraph.
    textColor
    The default text color for the current paragraph.
    See Also