Wrapping 列挙型

定義

注意事項

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 モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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
継承
Wrapping
属性

フィールド

名前 説明
NotSet 0

既定値。 値が NotSetの場合、コントロールが折り返されるかどうかがコントロールのスタイルから継承されるか、スタイルが定義されていない場合はコントロールの親コントロールから継承されます。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

Wrap 1

テキストは、画面またはコンテナーの余白で折り返されます。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

NoWrap 2

テキストは折り返されません。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

注釈

さまざまなラッピング モードは、特定のデバイスでのみサポートされます。 詳細については、デバイス固有のスタイルのレンダリングに関する情報を参照してください。

適用対象

こちらもご覧ください