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

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

NoWrap 2

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

Wrap 1

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

注釈

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

適用対象

こちらもご覧ください