Text Field

Provides a large text area input field, useful for longer text inputs.

Text Field Component

Properties

PropertyTypeDescription
TextText OptionsText to display in the text input
FontFontFont style used for the control
FG ColorColorForeground Text color
BG ColorColorBackground color behind the input
BorderBorderBorder around the control
EnabledBoolanEnables or disables the item - only used to control when the Change event is active
VisibilityBooleanDetermines when to show or hide the control
ChangeEventHandles a change event

Text Options

The Text Options allows the user to set two values:

  • The initial value of the text area
  • A placeholder that gives the user helpful instructions about which type of data should be entered

And like every control, the text area value can be linked to a server Tag. See Tag Binding for more information.

Last Updated: