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?

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?

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 0

Your email address will not be published. Required fields are marked *