FontUnit Constructor

 

Initializes a new instance of the FontUnit class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodFontUnit(Double)

Initializes a new instance of the FontUnit class with the specified font size in points.

System_CAPS_pubmethodFontUnit(Double, UnitType)

Initializes a new instance of the FontUnit class with the specified font size and UnitType value.

System_CAPS_pubmethodFontUnit(FontSize)

Initializes a new instance of the FontUnit class with the specified FontSize.

System_CAPS_pubmethodFontUnit(Int32)

Initializes a new instance of the FontUnit class with the specified font size.

System_CAPS_pubmethodFontUnit(String^)

Initializes a new instance of the FontUnit class with the specified string.

System_CAPS_pubmethodFontUnit(String^, CultureInfo^)

Initializes a new instance of the FontUnit class with the specified string using the specified System.Globalization::CultureInfo object.

System_CAPS_pubmethodFontUnit(Unit)

Initializes a new instance of the FontUnit class with the specified Unit.

Return to top
Show: