Share via


ConsoleColorTable.AlertTextBlockBackground Property

 

Gets the background color of an alert text block.

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

Syntax

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

Property Value

Type: System.Drawing.Color

A System.Drawing.Color.

See Also

ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top