C# BackgroundColor -ForegroundColor

BackgroundColor metodu konsol ekranında yazılan yazıların arka plan rengini değiştirirken,ForegroundColor metodu ise yazılan yazının rengini ayarlamamıza yardımcı olur.

Örnek:

Console.BackgroundColor=ConsoleColor.Red;

Console.ForegroundColor=ConsoleColor.White;

Console.Clear();

Console.WriteLine(“C# PROGRAMLAMA”);

Console.ReadKey();

Bana Ders Anlat © 2008-2022