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