Question

Im trying to remove drop shadow from Panel in flex. But i didnt find proper method.any idea guys?

Was it helpful?

Solution

Yes you have change the style "dropShadowEnabled" to false.

<mx:Panel dropShadowEnabled="false" width="100" height="100"/>

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top