Skip to content

Instantly share code, notes, and snippets.

@edsilv
Created August 21, 2014 18:13
Show Gist options
  • Save edsilv/3835bdd819fd97b0423f to your computer and use it in GitHub Desktop.
Save edsilv/3835bdd819fd97b0423f to your computer and use it in GitHub Desktop.
Fayde Canvas
<Application
xmlns="http://schemas.wsick.com/fayde"
xmlns:x="http://schemas.wsick.com/fayde/x"
ThemeName="Metro">
<Grid>
<Canvas Width="800" Height="600" Background="Gray">
<Rectangle
Canvas.Left="100"
Canvas.Top="100"
Fill="#222222"
Stroke="Red"
StrokeThickness="5"
RadiusX="10"
RadiusY="20"
Width="100"
Height="200">
</Rectangle>
</Canvas>
</Grid>
</Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment