I\'d like to set the foreground (text) color to all of my elements You\'d think this would be easy, but it\'s not...
<
It would certainly be annoying if you have hundreds of individual elements to configure, but I'm assuming you won't have hundreds of different types of elements.
That being the case, one thing you can do is create Styles for your types, and set the foreground colors there.
Ideally, this might be in a ResourceDictionary and each Style would reference a common foreground Color, like
Then you apply this resource dictionary to the Window(s) that need it, like: