Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How/Where to Find Microsoft Default Styles for WPF Controls

Tags:

c#

styles

wpf

I am looking to change the style of a control but I basically want to copy part of a default style. Does anyone know how I can figure out what the default style of a control is?

In my case I am wanting to make the column headers in a DataGrid go blue on mouse over like the row headers do.

like image 555
KrisTrip Avatar asked Jan 30 '12 18:01

KrisTrip


1 Answers

You can find some templates that are very close to the defaults on this MSDN site

Another alternative is to get a copy of Expression Blend and use it to make a copy of the default style, however Blend isn't free

like image 188
Rachel Avatar answered Nov 15 '22 14:11

Rachel