Skip to content

Instantly share code, notes, and snippets.

@jamesmundy
Created October 29, 2014 22:33
Show Gist options
  • Save jamesmundy/c5164b474e364167075a to your computer and use it in GitHub Desktop.
Save jamesmundy/c5164b474e364167075a to your computer and use it in GitHub Desktop.
Small section of a sample where I create a Windows 8 tile control. https://medium.com/p/84454669b005
<Grid>
<Grid x:Name="Grid" Background="#FF00FB22">
<Grid.Projection>
<PlaneProjection RotationX="-180"/>
</Grid.Projection>
</Grid>
<Grid x:Name="Grid1" Background="Red">
<Grid.Projection>
<PlaneProjection/>
</Grid.Projection>
</Grid>
</Grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment