ParagraphText Constructor(String,Color)
In This Topic
Initializes a new instance of the
ParagraphText class, assigning the
ParagraphText.Text property, and specifying the text color.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Color _
)
public ParagraphText(
string ,
Color
)
Parameters
- text
- A string assigned to the ParagraphText.Text property of the current object.
- textColor
- The text color to use.
See Also