nerdexam
Adobe

9A0-182 · Question #6

You want to create a drop shadow on the Spark label myLabel. Which syntax is correct?

The correct answer is D. <s:Label id="myLabel" filters="{[new DropShadowFilter(10, 45)]}"/>. See the full explanation below for the reasoning.

Question

You want to create a drop shadow on the Spark label myLabel. Which syntax is correct?

Options

  • Afx:Script myLabel.setStyle(dropShadow, "true"); </fx:Script> <s:label id="myLabel"/>
  • B<s:Label id="myLabel" dropShadowEnabled="true"/>
  • C<s:Label id="myLabel" dropShadow="enabled"/>
  • D<s:Label id="myLabel" filters="{[new DropShadowFilter(10, 45)]}"/>

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    12% (3)
  • D
    80% (20)

Community Discussion

No community discussion yet for this question.

Full 9A0-182 Practice