Property FixedWidth
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
FixedWidth
Gets or sets the fixed-width font used by the browser.
Font FixedWidth { get; set; }
Property Value
- Font
The fixed-width 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.