TextInputMode Type
Whether a `TextInputModel` accepts a `SingleLine` or `MultiLine` of text.
Union cases
| Union case |
Description
|
Full Usage:
MultiLine
|
|
Full Usage:
SingleLine
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsMultiLine
Returns: bool
|
|
Full Usage:
this.IsSingleLine
Returns: bool
|
|