FontUnit Constructor (String^)

 

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

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

public:
FontUnit(
	String^ value
)

Parameters

value
Type: System::String^

A string to specify the font size.

The FontUnit constructor calls the FontUnit constructor, using the CurrentCulture property for the CultureInfo parameter.

.NET Framework
Available since 1.1
Return to top
Show: