初心者なFlex
ので慣れないところがあります。MXML コンポーネントRectangularDropShadow
のDeclarations
タグにを追加しました。Rect
何も表示されませんRect
。 .
<?xml version="1.0" encoding="utf-8"?>
<s:Rect xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
height="314" width="478">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
<s:RectangularDropShadow id="cardAreaShadow"
alpha="0.4"
distance="10"
angle="45"
color="#000000" />
</fx:Declarations>
<s:fill>
<s:SolidColor color="#FFFFFF" />
</s:fill>
</s:Rect>