Wrapping 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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 Wrapping
public enum Wrapping
[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 Wrapping
type Wrapping =
[<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 Wrapping =
Public Enum Wrapping
- 継承
- 属性
フィールド
| 名前 | 値 | 説明 |
|---|---|---|
| NotSet | 0 | 既定値。 値が NotSetの場合、コントロールが折り返されるかどうかがコントロールのスタイルから継承されるか、スタイルが定義されていない場合はコントロールの親コントロールから継承されます。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| Wrap | 1 | テキストは、画面またはコンテナーの余白で折り返されます。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| NoWrap | 2 | テキストは折り返されません。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
注釈
さまざまなラッピング モードは、特定のデバイスでのみサポートされます。 詳細については、デバイス固有のスタイルのレンダリングに関する情報を参照してください。