iOSButton.TextColor

From Xojo Documentation

You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly...

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