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