ConsoleRenderer.Render3DText Property
Gets a value that indicates whether text should be rendered with three-dimensional (3-D) effects.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool Render3DText { get; internal set; }
public:
property bool Render3DText {
bool get();
internal: void set(bool value);
}
Public Property Render3DText As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
A System.Boolean: true if text should be rendered with three-dimensional effects; otherwise, false.
Remarks
In situations where text in the console might be rendered with three-dimensional effects, this property should be queried, because certain high contrast schemes do not work well with three-dimensional text.
See Also
ConsoleRenderer Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top