Random programming things I'd want to remember

Tuesday, December 17, 2013

Note to self: Change Foreground in WPF using C#

myTextBox.Foreground = new SolidColorBrush(Colors.White);