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
Options
- ADiscreteVectorKeyFrame a = new DiscreteVectorKeyFrame();
- BPointAnimation a = new PointAnimation();
- CAnimationTimeiine a;
- DDoubleAnimation a = new DoubleAnimation();
How the community answered
(38 responses)- A8% (3)
- B5% (2)
- C16% (6)
- D71% (27)
Community Discussion
No community discussion yet for this question.
