We have a general style in default.xaml, targeting all buttons in our application. Is there a way to override this style, and creating a new button based on the default button?
We have a general style in default.xaml, targeting all buttons in our application. Is
Share
if you want to inherit any existing style use BasedOn
this will inherit the default style and new foreground property will apply to the new style
hope this helps.