ConsoleRenderer.RenderGradients Property
Gets a value that indicates whether gradients should be drawn in custom controls.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool RenderGradients { get; internal set; }
public:
property bool RenderGradients {
bool get();
internal: void set(bool value);
}
Public Property RenderGradients As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
A System.Boolean: true if gradients should be drawn in custom controls; otherwise, false.
Remarks
Gradients are typically turned off in high contrast color schemes to support accessibility goals.
See Also
ConsoleRenderer Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top