'Declaration Public Function New( _ ByVal text As String, _ ByVal textColor As Color, _ ByVal textPosition As TextPositionEnum _ )
public ParagraphText( string text, Color textColor, TextPositionEnum textPosition )
Parameters
- text
- A string assigned to the ParagraphText.Text property of the current object.
- textColor
- The text color to use.
- textPosition
- The text position to use.