Share via


ConsoleColorTable.AlertTextBlockFont Property

 

Gets the alert textbox front.

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

Syntax

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

Property Value

Type: System.Drawing.Color

The alert textbox front.

See Also

ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top