nerdexam
Microsoft

70-511 · Question #286

You have the following code in a Windows Presentation Foundation (WPF) application: You need to animate the ellipse. Which code segment should you use to declare the animation at line 12?

The correct answer is B. Dim a As New ColorAnimation (). See the full explanation below for the reasoning.

Question

You have the following code in a Windows Presentation Foundation (WPF) application:

You need to animate the ellipse. Which code segment should you use to declare the animation at line 12?

Exhibit

70-511 question #286 exhibit

Options

  • ADim a As New DoubleAnimation ()
  • BDim a As New ColorAnimation ()
  • CDim a As AnimationTimeline
  • DDim a As New DiscreteVectorKeyFrame()

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    74% (23)
  • C
    10% (3)
  • D
    13% (4)

Community Discussion

No community discussion yet for this question.

Full 70-511 Practice