Share via


ConsoleColorTable.MainHeaderBackgroundColor Property

 

Gets the main header background color.

Namespace:   Microsoft.WindowsServerSolutions.Console.Shared
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public Color MainHeaderBackgroundColor { get; }
public:
property Color MainHeaderBackgroundColor {
    Color get();
}
Public ReadOnly Property MainHeaderBackgroundColor As Color

Property Value

Type: System.Drawing.Color

The main header background color.

See Also

ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top