Click or drag to resize

FontSize Class

The browser font size.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.UiFontSize

Namespace:  DotNetBrowser.Ui
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.1
Syntax
C#
public sealed class FontSize

The FontSize type exposes the following members.

Constructors
  NameDescription
Public methodFontSize
Creates a new font size.
Top
Properties
  NameDescription
Public propertyValue
Gets the font size in pixels.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
See Also