This documentation is archived and is not being maintained.
FontUnit.XLarge Field
.NET Framework 1.1
Represents a FontUnit object with the Type property set to FontSize.XLarge.
[Visual Basic] Public Shared ReadOnly XLarge As FontUnit [C#] public static readonly FontUnit XLarge; [C++] public: static FontUnit XLarge; [JScript] public static var XLarge : FontUnit;
Remarks
Use the XLarge field to represent a FontUnit object with the Type property set to FontSize.XLarge.
In Internet Explorer 4.0 and later, the HTML rendered output from a control with the Size property set to this field is style= "font-size:X-Large". In browsers earlier than Internet Explorer 4.0, the HTML rendered output is <font size="6">.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
FontUnit Structure | FontUnit Members | System.Web.UI.WebControls Namespace | FontSize | Empty | Smaller | Larger | XXSmall | XSmall | Small | Medium | Large | XXLarge
Show: