how to change color of label text in c# code example
Example: c# wpf change label text color
(name label).Foreground = new SolidColorBrush(Color.FromRgb(0, 0, 0));
(name label).Foreground = new SolidColorBrush(Color.FromRgb(0, 0, 0));