ParagraphText Constructor(String,Font,Color)
In This Topic
Initializes a new instance of the
ParagraphText class, assigning the
ParagraphText.Text property, and specifying the font and text color.
Syntax
Parameters
- text
- A string assigned to the ParagraphText.Text property of the current object.
- font
- The font to use.
- textColor
- The text color to use.
See Also