次の方法で共有


FontUnit.XSmall フィールド

Type プロパティが FontSize.XSmall に設定された FontUnit オブジェクトを表します。

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

解説

XSmall フィールドを使用して、 Type プロパティが FontSize.XSmall に設定された FontUnit オブジェクトを表します。

Internet Explorer 4.0 以降では、 Size プロパティがこのフィールドに設定されているコントロールから HTML で表示される出力は style= "font-size:X-Small" になります。Internet Explorer 4.0 より前のバージョンのブラウザでは、HTML で表示される出力は <font size="2"> になります。

必要条件

プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ

参照

FontUnit 構造体 | FontUnit メンバ | System.Web.UI.WebControls 名前空間 | FontSize | Empty | Smaller | Larger | XXSmall | Small | Medium | Large | XLarge | XXLarge