ParagraphText Constructor(String,Style)
In This Topic
Initializes a new instance of the
ParagraphText class, assigning the
Text property, and specifying the
Style.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Style _
)
public ParagraphText(
string ,
Style
)
Parameters
- text
- A string assigned to the Text property of the current object.
- style
- A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's Style).
See Also