PrepAway - Latest Free Exam Questions & Answers

Which XAML fragment should you use?

You are developing a Silverlight 4 application.
The application contains an Image control to display an image. You need to modify the application to display the image on its side. Which XAML fragment should you use?

PrepAway - Latest Free Exam Questions & Answers

A.
<Image.Projection>
<PlaneProjection RotationY=”90″/>
</Image.Projection>

B.
<Image.RenderTransform>
<CompositeTransform TranslateY=”90″/>
</Image.RenderTransform>

C.
<Image.RenderTransform>
<CompositeTransform Rotation=”90″/>
</Image.RenderTransform>

D.
<Image.RenderTransform>
<CompositeTransform ScaleY=”90″/>
</Image.RenderTransform>


Leave a Reply