ParagraphText Constructor
In This Topic
Overload List
Overload | Description |
ParagraphText Constructor() | Initializes a new instance of the ParagraphText class. |
ParagraphText Constructor(String,Style) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the Style. |
ParagraphText Constructor(String) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the Style. |
ParagraphText Constructor(String,Font) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the font. |
ParagraphText Constructor(String,Color) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the text color. |
ParagraphText Constructor(String,TextPositionEnum) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the text position. |
ParagraphText Constructor(String,Font,Color) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the font and text color. |
ParagraphText Constructor(String,Font,TextPositionEnum) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the font and text position. |
ParagraphText Constructor(String,Color,TextPositionEnum) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the text color and position. |
ParagraphText Constructor(String,Font,Color,TextPositionEnum) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the font, text color and position. |
See Also