Questions tagged [skin]

skin is set of properties (skin parameters) used to change the appearance of an application through setting the colors and decoration of controls and components

skin is set of properties (skin parameters) used to change the appearance of an application through setting the colors and decoration of controls and components

431 questions
41
votes
2 answers

How to extend instead of overriding WPF Styles

I want to use custom theme in my application and as far as I know I can accomplish this by using resource dictionary and referencing it in App.xaml. Styles would override the defaults like this: