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