Click or drag to resize

FontSize Constructor

Creates a new font size.

Namespace:  DotNetBrowser.Ui
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.1
Syntax
C#
public FontSize(
	int value
)

Parameters

value
Type: SystemInt32
The font size in pixels. Cannot be zero or negative.
Exceptions
ExceptionCondition
ArgumentExceptionThe font size in pixels is zero or negative.
See Also