I'm trying to change the background color and or text color of a BorderContainer in flex 4 using Action Script, but have not idea how to.
The Border Container component doesn't seem to have any properties like:
idname.color = "#333333"; idname.backgroundcolor = "#333333";
How might I go about doing this?
thanks!