How to

change background color in console application

Published: 9. October 2011 | Updated: 21. October 2011
License: Microsoft Public License (MS-PL)
Categories: Consoles
Tags: C# Colors Console
Was this snippet helpful for you? YESYES / NONO
Console.BackgroundColor = ConsoleColor.Blue;

Console.Clear();
Send us feedback about this snippet »



Related Snippets: