nerdexam
Microsoft

70-511 · Question #283

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 13?

The correct answer is D. DoubleAnimation a = new DoubleAnimation(). 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 13?

Exhibit

70-511 question #283 exhibit

Options

  • ADiscreteVectorKeyFrame a = new DiscreteVectorKeyFrame();
  • BPointAnimation a = new PointAnimation();
  • CAnimationTimeiine a;
  • DDoubleAnimation a = new DoubleAnimation();

How the community answered

(38 responses)
  • A
    8% (3)
  • B
    5% (2)
  • C
    16% (6)
  • D
    71% (27)

Community Discussion

No community discussion yet for this question.

Full 70-511 Practice