This documentation is archived and is not being maintained.

FontUnit.Small Field

Represents a FontUnit object with the Type property set to FontSize.Small.

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

Remarks

Use the Small field to represent a FontUnit object with the Type property set to FontSize.Small.

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:Small". In browsers earlier than Internet Explorer 4.0, the HTML rendered output is <font size="3">.

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 | Medium | Large | XLarge | XXLarge

Show: