質問

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

役に立ちましたか?

解決

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

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top