ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderParagraph Class / RenderParagraph Constructor / RenderParagraph Constructor(Font,Color,AlignHorzEnum)
The default font for the current paragraph.
The default text color for the current paragraph.
The horizontal alignment for the current paragraph.

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

    Parameters

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