Class FontSize
- Namespace
- DotNetBrowser.Ui
- Assembly
- DotNetBrowser.dll
The browser font size.
public sealed class FontSize
- Inheritance
-
FontSize
- Inherited Members
Constructors
- FontSize(int)
Creates a new font size.
Properties
- Value
Gets the font size in pixels.
Methods
Operators
- implicit operator int(FontSize)
Converts the font size to integer.
- implicit operator FontSize(int)
Converts an integer to the font size.