Click or drag to resize

FontSize  Conversion (FontSize to Int32)

Converts the font size to integer.

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

Parameters

size
Type: DotNetBrowser.UiFontSize
The font size to convert.

Return Value

Type: Int32

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

See Also