iOSButton.TextColor

From Xojo Documentation

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

Supported on Mobile (iOS).

The color to display the Caption text.

Sample Code

Change the Caption text color to red:

Button1.TextColor = Color.Red