FontUnit.Empty Field

Definition

Represents an empty FontUnit object.

public: static initonly System::Web::UI::WebControls::FontUnit Empty;
public static readonly System.Web.UI.WebControls.FontUnit Empty;
 staticval mutable Empty : System.Web.UI.WebControls.FontUnit
Public Shared ReadOnly Empty As FontUnit 

Field Value

Remarks

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

Applies to

See also