Creates a new font size.
            
 
    Namespace: 
   DotNetBrowser.Ui
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.0
Syntaxpublic FontSize(
	int value
)
Parameters
- value
 - Type: SystemInt32
The font size in pixels. Cannot be zero or negative. 
Exceptions| Exception | Condition | 
|---|
| ArgumentException | The font size in pixels is zero or negative.  | 
See Also