Click or drag to resize

EngineOptionsBuilderGpuDisabled Property

Disables or enables GPU.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool GpuDisabled { get; set; }

Property Value

Type: Boolean
true if the GPU is disabled, false otherwise.
See Also