MobileTextField.BorderStyle
From Xojo Documentation
Property (As MobileTextField.BorderStyles )
aMobileTextField.BorderStyle = newMobileTextField.BorderStylesValue
or
MobileTextField.BorderStylesValue = aMobileTextField.BorderStyle
New in 2020r2
Supported for all project types and targets.
or
MobileTextField.BorderStylesValue = aMobileTextField.BorderStyle
New in 2020r2
Supported for all project types and targets.
The style in which the border of the textfield will be drawn.
Notes
Any BorderStyle other than Rounded makes the TextField content background transparent.
Sample Code
TextField1.BorderStyle = MobileTextField.BorderStyles.Rounded
See Also
BorderStyles enumeration.