Gets and sets the text format of the field.
public TextFormatOptions TextFormat { get; set; }
Public Property TextFormat() As TextFormatOptions
Member | Description |
---|---|
Uppercase | The text is displayed in uppercase. |
Lowercase | The text is displayed in lowercase. |
First |
The first character is displayed in uppercase. |
Title |
The text is displayed in title case. |
None | The text is displayed with a special format. |