MobileTextField.BorderStyles
From Xojo Documentation
Enumeration
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.