Setting background color of a mobileTextArea

Has anyone found a way to do this for Android?

You should take a look at the Android Design Extensions. They have lots of things you probably looking for.

Martin,

I am using it.
I see a function to set the background color, but it doesn’t seem to work with a text area.

TextArea1.SetBoxBackgroundColorXC(Color.Yellow)

Thank you, Martin.
I was using SetBackgroundColorXC. My oversight.

1 Like