How to get the default syle of my Button in WPF?
Posted
by Ashish Ashu
on Stack Overflow
See other posts from Stack Overflow
or by Ashish Ashu
Published on 2010-04-01T09:11:39Z
Indexed on
2010/04/01
12:13 UTC
Read the original article
Hit count: 353
wpf
|wpf-controls
I have create a Button style under Resource folder of the main application. I have added the reference of this button syle in the App.xml of the main application.
Now this style is applicable to all the buttons in the main application or any other assembly.
I want if I want to override my custom style of button to the normal button style , what should I do ??
Please help !!
© Stack Overflow or respective owner