Property GpuDisabled
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
GpuDisabled
Disables or enables GPU.
public bool GpuDisabled { get; set; }
Property Value
- bool
true
if the GPU is disabled,false
otherwise.
Disables or enables GPU.
public bool GpuDisabled { get; set; }
true
if the GPU is disabled, false
otherwise.