Answers for "how to change text color of label in c#"

C#
1

c# wpf change label text color

(name label).Foreground = new SolidColorBrush(Color.FromRgb(0, 0, 0));
Posted by: Guest on October-29-2020

Code answers related to "how to change text color of label in c#"

C# Answers by Framework

Browse Popular Code Answers by Language