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

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

    Parameters

    style
    The Style object to use.
    text
    The text to display.
    See Also