ConsoleRenderer.ColorTable Property
Gets the color table that is associated with this renderer.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public ConsoleColorTable ColorTable { get; internal set; }
public:
property ConsoleColorTable^ ColorTable {
ConsoleColorTable^ get();
internal: void set(ConsoleColorTable^ value);
}
Public Property ColorTable As ConsoleColorTable
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Console.Shared.ConsoleColorTable
A Microsoft.WindowsServerSolutions.Console.Shared.ConsoleColorTable.
See Also
ConsoleRenderer Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top