ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ParagraphText Class / ParagraphText Constructor / ParagraphText Constructor(String,Color)
A string assigned to the Text property of the current object.
The text color to use.

In This Topic
    ParagraphText Constructor(String,Color)
    In This Topic
    Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the text color.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String, _
       ByVal textColor As System.Drawing.Color _
    )
    public ParagraphText( 
       System.string text,
       System.Drawing.Color textColor
    )

    Parameters

    text
    A string assigned to the Text property of the current object.
    textColor
    The text color to use.
    See Also