Microsoft Exam Questions

What should you recommend?

You are designing a Windows Phone 7 application. The application requires an animation that moves a UIElement object on the screen from point A to point B. You need to ensure that the animation does not impact the performance of the application. What should you recommend?

A.
Use PlaneProjection.

B.
Use ScaleTransform.

C.
Use TranslateTransform.

D.
Update the X and Y coordinates of UIElement.