Overload List
Name | Description | |
---|---|---|
ParagraphText()()()() |
Initializes a new instance of the ParagraphText class.
|
|
ParagraphText(String) |
Initializes a new instance of the ParagraphText class,
assigning the Text property,
and specifying the Style.
|
|
ParagraphText(String, Style) |
Initializes a new instance of the ParagraphText class,
assigning the Text property,
and specifying the Style.
|
|
ParagraphText(String, TextPositionEnum) |
Initializes a new instance of the ParagraphText class,
assigning the Text property,
and specifying the text position.
|
|
ParagraphText(String, Color) |
Initializes a new instance of the ParagraphText class,
assigning the Text property,
and specifying the text color.
|
|
ParagraphText(String, Font) |
Initializes a new instance of the ParagraphText class,
assigning the Text property,
and specifying the font.
|
|
ParagraphText(String, Color, TextPositionEnum) |
Initializes a new instance of the ParagraphText class,
assigning the Text property,
and specifying the text color and position.
|
|
ParagraphText(String, Font, TextPositionEnum) |
Initializes a new instance of the ParagraphText class,
assigning the Text property,
and specifying the font and text position.
|
|
ParagraphText(String, Font, Color) |
Initializes a new instance of the ParagraphText class,
assigning the Text property,
and specifying the font and text color.
|
|
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.
|