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 & Sites

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 & Sites

NoWrap 2

文字不換行。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

Wrap 1

文字會在螢幕或容器 (Container) 的邊界換行。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

備註

某些裝置僅支援各種包裝模式。 如需詳細資訊,請參閱裝置專屬的樣式轉譯資訊。

適用於

另請參閱