FontUnit Constructor (Int32)
.NET Framework (current version)
Initializes a new instance of the FontUnit class with the specified font size.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System::Int32
The size of the font.
Use this constructor to create and initialize a new instance of the FontUnit class using the specified font size.
The following table shows initial property values for an instance of FontUnit.
Property | Initial Value |
|---|---|
Type | FontSize.AsUnit |
Unit | A Unit with its Value property set to the font size specified by the value parameter. |
.NET Framework
Available since 1.1
Available since 1.1
Show: