次の方法で共有


FontUnit.Smaller フィールド

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

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

解説

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

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

メモ   一部のブラウザでは、 Smaller フォント サイズが認識されません。互換性があるかどうかをブラウザで確認してください。

必要条件

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

参照

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