Text
The Text control shows a input field with various options on the screen
Properties

Label
The label which should show up infront of the input field

Height (in Rows)
Defines the height of the input box

IsMultiline
Defines if the textbox can contain multiline text instead of a single line

IsPassword
If this is enabled, the input box will have a masked view to hide e.g. passwords

KeyboardType
Type of the preferred keyboard (e.g. Normal, URL, Email or Number)

Value
View Model field which contains the value of the input box

WatermarkText
Watermark text which shows up when the input box is empty

Visible
Set's the visibility of this control and/or if it should be executed
Sample Solution

Download a sample solution from our GitHub online repository https://github.com/sitrionone