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
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)- A3% (1)
- B74% (23)
- C10% (3)
- D13% (4)
Community Discussion
No community discussion yet for this question.
