zirkelc
zirkelc

Reputation: 1723

Windows Phone - Create AppBarButton Style for Button

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

Answers (2)

David Bekham
David Bekham

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

Hermit Dave
Hermit Dave

Reputation: 3046

have a look at Coding4Fun toolkit's RoundButton http://coding4fun.codeplex.com

Upvotes: 2

Related Questions