I just try to view the result after XAML code in Designer. However, it\'s hard to recognize the black letters when I use a dark theme in vs2012.
My question is how t
Alternate approach that doesn't involve code:
Install the "Visual Studio Color Theme Editor" Extension
Create a new custom theme based on the one you want to modify. (2013-specific help image below)
Click the "Show All Elements" filter button in the upper-left of the theme editor
Type "artboard" in the search-box in the upper-right of the theme editor
Set the "Cider -> ArtboardBackground
" color to a different color of your choice.
Cider -> ArtboardSecondaryBackground
" to create a helpful checker-boarding effect.Note: The "Cider -> ArtboardBackground
" color theme field is found in VS2012 but I cannot confirm whether it has the same name in VS2010.
Edits: Added link to VS2013 (thank you @treaschf for the note!) official extension, although I think its an "RC" version. Also, added handy pictures.