Overload List

  Name Description
Public method ParagraphText()()()()
Initializes a new instance of the ParagraphText class.
Public method ParagraphText(String)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the Style.
Public method ParagraphText(String, Style)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the Style.
Public method ParagraphText(String, TextPositionEnum)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the text position.
Public method ParagraphText(String, Color)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the text color.
Public method ParagraphText(String, Font)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the font.
Public method ParagraphText(String, Color, TextPositionEnum)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the text color and position.
Public method ParagraphText(String, Font, TextPositionEnum)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the font and text position.
Public method ParagraphText(String, Font, Color)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the font and text color.
Public method ParagraphText(String, Font, Color, TextPositionEnum)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the font, text color and position.

See Also