FontSize 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
レンダリングされるテキストのサイズを指定します。 このクラスは継承できません。 ASP.NET モバイル アプリケーションの開発方法については、「
public enum class FontSize
public enum FontSize
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public enum FontSize
type FontSize =
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type FontSize =
Public Enum FontSize
- 継承
- 属性
フィールド
| 名前 | 値 | 説明 |
|---|---|---|
| NotSet | 0 | 既定値。 値が NotSetの場合、フォントのサイズはコントロールのスタイルから継承されます。スタイルが定義されていない場合は、コントロールの親コントロールから継承されます。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| Normal | 1 | 既定のフォント サイズ。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| Small | 2 | フォントが |
| Large | 3 | フォントが |
注釈
FontSize列挙体はSystem.Web.UI.WebControls.FontSizeのサブセットであり、コンテナー内のフォントのサイズを表します。 たとえば、Panel コントロール内にList コントロールがあり、Panel コントロールのフォント サイズが Normal に設定されている場合は、List コントロールのフォント サイズを小さく指定できます。