Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderParagraph Class / RenderParagraph Constructor / RenderParagraph Constructor(Style)
A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's Style).

In This Topic
    RenderParagraph Constructor(Style)
    In This Topic
    Initializes a new instance of the RenderParagraph class, specifying a Style to use.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal style As Style _
    )
    public RenderParagraph( 
       Style style
    )

    Parameters

    style
    A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's Style).
    See Also