ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderText Class / RenderText Constructor / RenderText Constructor(String,Font,AlignHorzEnum)
A string assigned to the Text property.
The font used to render the text.
The horizontal text alignment.

In This Topic
    RenderText Constructor(String,Font,AlignHorzEnum)
    In This Topic
    Initializes a new instance of the RenderText class, assigning the Text property, font and text alignment.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String, _
       ByVal font As System.Drawing.Font, _
       ByVal horzAlign As AlignHorzEnum _
    )
    public RenderText( 
       System.string text,
       System.Drawing.Font font,
       AlignHorzEnum horzAlign
    )

    Parameters

    text
    A string assigned to the Text property.
    font
    The font used to render the text.
    horzAlign
    The horizontal text alignment.
    See Also