Constructor FontSize
- Namespace
 - DotNetBrowser.Ui
 
- Assembly
 - DotNetBrowser.dll
 
FontSize(int)
Creates a new font size.
public FontSize(int value)
Parameters
valueintThe font size in pixels. Cannot be zero or negative.
Exceptions
- ArgumentException
 The font size in pixels is zero or negative.