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 モバイル アプリケーションを開発する方法については、「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
- 継承
- 属性
名前 | 値 | 説明 |
---|---|---|
Large | 3 |
|
Normal | 1 | 既定のフォント サイズです。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。 |
NotSet | 0 | 既定値です。 値が NotSet の場合は、コントロールのスタイルからフォント サイズが継承されます。そのコントロールでスタイルが定義されていなければ、そのコントロールの親コントロールから継承されます。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。 |
Small | 2 |
|
列挙体は FontSize の System.Web.UI.WebControls.FontSizeサブセットであり、コンテナー内のフォントのサイズを表します。 たとえば、コントロール内にコントロールがあり List 、コントロールの Panel フォント サイズが Panel Normal に設定されている場合は、コントロールのフォント サイズを List 小さく指定できます。
製品 | バージョン (廃止) |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5 (4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1) |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。