1

Possible Duplicates:
wpf flat button
Setting Button FlatStyle in WPF

I'm trying to do what Microsoft does allways for their apps that button are like images/labels before hover.

Ex: alt text http://img709.imageshack.us/img709/3981/hovere.png

                hovered                                  normal view
Community
  • 1
  • 1
Kaan
  • 902
  • 2
  • 16
  • 38
  • Here is a duplicate question http://stackoverflow.com/questions/697381/setting-button-flatstyle-in-wpf, also http://stackoverflow.com/questions/2064185/wpf-flat-button – Chris Taylor Jul 11 '10 at 07:01

1 Answers1

0

You can write a new control template for the button you can look at the MSDN page or this completely random example I've found on Google.

Nir
  • 29,306
  • 10
  • 67
  • 103