C Wpf Change Label Text Color

[Solved] C Wpf Change Label Text Color | Csharp - Code Explorer | yomemimo.com
Question : c# wpf change label text color

Answered by : thomas-raemaekers

(name label).Foreground = new SolidColorBrush(Color.FromRgb(0, 0, 0));

Source : | Last Update : Thu, 05 Nov 20

Answers related to c wpf change label text color

Code Explorer Popular Question For Csharp