Property SansSerif
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
SansSerif
Gets or sets the sans-serif font used by the browser.
Font SansSerif { get; set; }
Property Value
- Font
The sans-serif font used by the browser.
Exceptions
- ArgumentNullException
The value is null.
- ObjectDisposedException
The associated browser has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.