MobileTextField.BorderStyles

From Xojo Documentation

Enumeration
MobileTextField.BorderStyles

New in 2020r2

The various ways in which the border of the textfield can appear.

Values

Enum Description
None The field has no border.
Rectangle The field has a rectangular border.
Bezel The field border makes the field appear inset.
Rounded Like the Rectangle style but with slightly rounded corners.

Compatibility

Mobile projects on Android and iOS operating systems.

See Also

BorderStyle property.