Gets and sets the text format of the field.

Syntax

public TextFormatOptions TextFormat { get; set; }
Public Property TextFormat() As TextFormatOptions

Members

Member 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.