Skip to content

Instantly share code, notes, and snippets.

@RicardoACS
Created May 20, 2015 23:46
Show Gist options
  • Save RicardoACS/325816ae85740bc2c290 to your computer and use it in GitHub Desktop.
Save RicardoACS/325816ae85740bc2c290 to your computer and use it in GitHub Desktop.
Crear Poligono dentro de un boton
<Button Margin="3">
<Grid>
<Polygon Points="100,25 125,0 200,25 125, 50"
Fill="Blue"></Polygon>
<Polygon Points="100,25 75,0 0,25 75, 50"
Fill="White"></Polygon>
</Grid>
</Button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment