ParagraphElement Constructor(String)
In This Topic
Initializes a new instance of the
ParagraphElement class with the specified text.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public ParagraphElement(
string
)
Parameters
- text
- The text to display.
See Also