iOSLabel.TextColor

From Xojo Documentation

Property (As Color )
aiOSLabel.TextColor = newColorValue
or
ColorValue = aiOSLabel.TextColor

Supported on Mobile (iOS).

The color of the text.

Sample Code

Set the text color to blue:

Label1.TextColor = Color.Blue