draw a line and change it color in c# code example
Example: change line color in c#
//set the foreground color to cyan
Console.ForegroundColor=ConsoleColor.cyan;
//set the foreground color to cyan
Console.ForegroundColor=ConsoleColor.cyan;