FontSize 列挙型

定義

注意事項

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 モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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
継承
FontSize
属性

フィールド

Large 3

Normal より大きいフォント サイズです。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

Normal 1

既定のフォント サイズです。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

NotSet 0

既定値です。 値が NotSet の場合は、コントロールのスタイルからフォント サイズが継承されます。そのコントロールでスタイルが定義されていなければ、そのコントロールの親コントロールから継承されます。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

Small 2

Normal より小さいフォント サイズです。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

注釈

列挙体は FontSizeSystem.Web.UI.WebControls.FontSizeサブセットであり、コンテナー内のフォントのサイズを表します。 たとえば、コントロール内にコントロールがあり List 、コントロールの Panel フォント サイズが Panel Normal に設定されている場合は、コントロールのフォント サイズを List 小さく指定できます。

適用対象

こちらもご覧ください