Creates a new font size.
Namespace:
DotNetBrowser.Ui
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public 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