ConsoleColorTable.FontColor Property
Gets the font color.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Color FontColor { get; }
public:
property Color FontColor {
Color get();
}
Public ReadOnly Property FontColor As Color
Property Value
Type: System.Drawing.Color
See Also
ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top