Compartilhar via


ConsoleColorTable.SplashScreenBackgroundColor Property

 

Gets the background color of a splash screen.

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

Syntax

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

Property Value

Type: System.Drawing.Color

A System.Drawing.Color.

See Also

ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top