FontUnit::IsEmpty Property

 

Gets a value that indicates whether the font size has been set.

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

public:
property bool IsEmpty {
	bool get();
}

Property Value

Type: System::Boolean

true if the font size has not been set; otherwise, false.

Use the IsEmpty property to determine whether the font size has been set.

.NET Framework
Available since 1.1
Return to top
Show: