Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderParagraph Class / RenderParagraph Constructor / RenderParagraph Constructor(AlignHorzEnum)
The horizontal alignment for the current paragraph.

In This Topic
    RenderParagraph Constructor(AlignHorzEnum)
    In This Topic
    Initializes a new instance of the RenderParagraph class, specifying the horizontal alignment.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal horzAlign As AlignHorzEnum _
    )
    public RenderParagraph( 
       AlignHorzEnum horzAlign
    )

    Parameters

    horzAlign
    The horizontal alignment for the current paragraph.
    See Also