I am using a lot of DatePickers in my C#/WPF application. The people who will be using this app. usually are old and have problems with seeing/reading. I need to change the pale color of the text to something darker so anyone can read the text in the DatePicker.
How and where can I do that?
I am using Visual Studio 2010 and I see only 4 color properties in Brushes section: Background, BorderBrush, Foreground and OpacityMask.
Or I should be doing this with code, set the Brush with code?