iOSTextArea.TextColor
From Xojo Documentation
Property (As Color )
aiOSTextArea.TextColor = newColorValue
or
ColorValue = aiOSTextArea.TextColor
Supported on Mobile (iOS).
or
ColorValue = aiOSTextArea.TextColor
Supported on Mobile (iOS).
The color of the text.
Sample Code
Make the text red:
TextArea1.TextColor = Color.Red