EditText

The EditText is a HMI control that can be used to enter texts.

Inputs

Style (Type: Style)

Optional styling of the EditText.

The EditText respects the Width, Height, HorizontalAlignment, VerticalAlignment, Margin, Padding and Background, Foreground and Font styles.

TextBrush (Type: SolidColorBrush)

The text color.

Font (Type: Font)

The font.

Outputs

Value (Type: string)

The text entered by the user.

Example

Here is an example that shows the various edit controls. This definition:

creates the following user interface: