Reputation: 1723
I need to display a Button with the same style as an AppBarButton. I use the same icon as in the AppBar, for example a floppy disk, but I need to create the circle around the icon dynamically.
How can I create a Style for that?
Upvotes: 0
Views: 1522
Reputation: 2175
The below third party tool will help you to create largest collection of Metro style icons.
http://www.syncfusion.com/downloads/metrostudio
I hope this may help you.
Upvotes: 0
Reputation: 3046
have a look at Coding4Fun toolkit's RoundButton http://coding4fun.codeplex.com
Upvotes: 2