This documentation is archived and is not being maintained.

FontUnit.Empty Field

Represents an empty FontUnit object.

[Visual Basic]
Public Shared ReadOnly Empty As FontUnit
[C#]
public static readonly FontUnit Empty;
[C++]
public: static FontUnit Empty;
[JScript]
public static var Empty : FontUnit;

Remarks

Use the Empty field to represent an empty FontUnit object. No HTML rendered output is created when this field is used.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

FontUnit Structure | FontUnit Members | System.Web.UI.WebControls Namespace | FontSize | Smaller | Larger | XXSmall | XSmall | Small | Medium | Large | XLarge | XXLarge

Show: