FontUnit Constructor (Double)
.NET Framework (current version)
Initializes a new instance of the FontUnit class with the specified font size in points.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | value is outside the valid range. |
Use the FontUnit constructor to create and initialize an instance of the FontUnit class using the specified font size. The following table shows initial property values for the FontUnit object that is created.
Property | Initial value |
|---|---|
Type | The AsUnit value. |
Unit | A Unit with the Value property equal to value and the Type property equal to the Point value. |
.NET Framework
Available since 2.0
Available since 2.0
Show: