C1.Win.8 Assembly / C1.Framework Namespace / ParagraphElement Class / ParagraphElement Constructor / ParagraphElement Constructor(String)
The text to display.

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

Parameters

text
The text to display.
See Also