Is it possible to extend a System.Windows.Controls.Button without creating a custom control e.g AppButton ?
What I want to do is add a ButtonStyle enum to a standard button where I can reuse the button, but specify if I want it to be square, rounded corner or curcular.
Any help appreciated, otherwise I will have to create a custom control for this. Thanks.
1