MobileTextControl.TextColor

From Xojo Documentation

Property (As ColorGroup )
aMobileTextControl.TextColor = newColorGroupValue
or
ColorGroupValue = aMobileTextControl.TextColor

New in 2020r2

Supported for all project types and targets.

The color of the text in the control.

Sample Code

Placed in any of the control's events, this code changes the text color to blue:

Me.TextColor = Color.Blue

See Also

Text and TextFont properties.