Answers for "c# change label text color"

C#
4

c# change label forecolor code

myLabel.ForeColor = System.Drawing.Color.Red;
Posted by: Guest on June-21-2020
1

c# wpf change label text color

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

C# Answers by Framework

Browse Popular Code Answers by Language