Reputation: 938
Im trying to remove drop shadow from Panel in flex. But i didnt find proper method.any idea guys?
Upvotes: 0
Views: 419
Reputation: 276
Yes you have change the style "dropShadowEnabled" to false.
<mx:Panel dropShadowEnabled="false" width="100" height="100"/>
Upvotes: 3