Click or drag to resize

EngineOptionsIsGpuDisabled Property

Indicates whether GPU is disabled.

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

Property Value

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