Button ControlTemplate and rounded corners
Posted
by Vinjamuri
on Stack Overflow
See other posts from Stack Overflow
or by Vinjamuri
Published on 2010-04-07T16:18:18Z
Indexed on
2010/04/07
16:23 UTC
Read the original article
Hit count: 296
wpf-controls
|wpf
I have a controltemplate for buttons. I want to make the buttons with rounded corners. How should I do this?
I tried CornerRadius for button in the Border but it doesn't work.
© Stack Overflow or respective owner