Property | Type | Description | |
---|---|---|---|
BackgroundColor | ConsoleColor | ||
ForegroundColor | ConsoleColor | ||
Text | string |
Method | Description | |
---|---|---|
WriteRequest ( string text, ConsoleColor fgColor, ConsoleColor bgColor ) : System |
Initializes a new instance of the WriteRequest struct.
|
public WriteRequest ( string text, ConsoleColor fgColor, ConsoleColor bgColor ) : System | ||
text | string | The text of the request. |
fgColor | ConsoleColor | The foreground color to use. |
bgColor | ConsoleColor | The backgroundcolor to use. |
return | System |