This documentation is archived and is not being maintained.
FontUnit.IsEmpty Property
.NET Framework 1.1
Gets a value that indicates whether the font size has been set.
[Visual Basic] Public ReadOnly Property IsEmpty As Boolean [C#] public bool IsEmpty {get;} [C++] public: __property bool get_IsEmpty(); [JScript] public function get IsEmpty() : Boolean;
Property Value
true if the font size has not been set; otherwise, false.
Remarks
Use the IsEmpty property to determine whether the font size has been set.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
FontUnit Structure | FontUnit Members | System.Web.UI.WebControls Namespace
Show: