RenderMode Enumeration
.NET Framework (current version)
Specifies the rendering preference.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Default | The WPF rendering is in hardware, if possible; software otherwise. | |
| SoftwareOnly | The WPF rendering is in software only. |
The SoftwareOnly preference overrides the RenderMode setting.
.NET Framework
Available since 3.0
Available since 3.0
Show: