Input for WinForms | ComponentOne
C1.Framework Namespace / ParagraphElement Class / ParagraphElement Constructor / ParagraphElement Constructor(Style)
The Style object to use.

In This Topic
    ParagraphElement Constructor(Style)
    In This Topic
    Initializes a new instance of the ParagraphElement class with the specified style settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As Style _
    )
    public ParagraphElement( 
       Style style
    )

    Parameters

    style
    The Style object to use.
    See Also