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