Change the Textbox foreground color in wpf.
Ask by Anonymous User
Updated 18 Jul 2013
You can try this code for change the foreground color of a textbox in wpf: -
txtBox.Foreground= new SolidColorBrush(Colors.Yellow);