1 write to BackgroundColor
System.Console (1)
System\Console.cs (1)
331set { ConsolePal.BackgroundColor = value; }
1 reference to BackgroundColor
System.Console (1)
System\Console.cs (1)
330get { return ConsolePal.BackgroundColor; }