iOSTextArea.TextAlignment
From Xojo Documentation
Property (As Xojo.iOSTextAlignment )
aiOSTextArea.TextAlignment = newXojo.iOSTextAlignmentValue
or
Xojo.iOSTextAlignmentValue = aiOSTextArea.TextAlignment
Supported on Mobile (iOS).
or
Xojo.iOSTextAlignmentValue = aiOSTextArea.TextAlignment
Supported on Mobile (iOS).
The alignment of the text.
Sample Code
Center-align the text:
TextArea1.TextAlignment = iOSTextAlignment.Center