Created
May 20, 2015 23:46
-
-
Save RicardoACS/325816ae85740bc2c290 to your computer and use it in GitHub Desktop.
Crear Poligono dentro de un boton
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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