
Gets and sets the text format of the field.
[C#]
public TextFormatOptions TextFormat
[Visual Basic]
Public Property TextFormat() As TextFormatOptions
| Value | Description | |
| Uppercase | The text is displayed in uppercase. | |
| Lowercase | The text is displayed in lowercase. | |
| FirstCapital | The first character is displayed in uppercase. | |
| TitleCase | The text is displayed in title case. | |
| None | The text is displayed with a special format. |