* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git] / test / xaml / test-45-bounding-box.xaml
blobbbcad5f0beed506220eafdc43286e511cdd7ce1b
1 <Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2         <Canvas Background="#FF555555" Width="100" Height="100">
3                 <Canvas.RenderTransform>
4                         <TransformGroup>
5                                 <RotateTransform Angle="45" />
6                                 <TranslateTransform X="150" Y="150" />
7                         </TransformGroup>
8                 </Canvas.RenderTransform>
9         </Canvas>
10 </Canvas>