Click or drag to resize

FontSize  Conversion (Int32 to FontSize)

Converts an integer to the font size.

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

Parameters

value
Type: SystemInt32
The font size in pixels. Cannot be zero or negative.

Return Value

Type: FontSize

[Missing <returns> documentation for "M:DotNetBrowser.Ui.FontSize.op_Implicit(System.Int32)~DotNetBrowser.Ui.FontSize"]

Exceptions
ExceptionCondition
ArgumentExceptionThe font size in pixels is zero or negative.
See Also