| Text Constructor |
| Name | Description | |
|---|---|---|
| Text(String) |
Constructs a Text object from a string.
| |
| Text(String, Int32) |
Constructs a Text object from a string with specified
alignment.
| |
| Text(String, IFormatProvider, IFormattable) |
Constructs a Text object given a format string, an
IFormatProvider and the value to be formatted.
|