Table of Contents

Constructor FontSize

Namespace
DotNetBrowser.Ui
Assembly
DotNetBrowser.dll

FontSize(int)

Creates a new font size.

public FontSize(int value)

Parameters

value int

The font size in pixels. Cannot be zero or negative.

Exceptions

ArgumentException

The font size in pixels is zero or negative.