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