C1.C1Preview Namespace > ParagraphText Class : ParagraphText Constructor |
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2