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
- 繼承
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| NotSet | 0 | 預設值。 若值為 NotSet,則控制項是否繞行則繼承自控制項的樣式,或若樣式未定義,則繼承自控制項的父控制。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| Wrap | 1 | 文字會被包裹在螢幕或容器的邊緣。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| NoWrap | 2 | 文字沒有被包裝。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
備註
各種包裝模式僅支援特定裝置。 詳情請參閱有關裝置特定樣式渲染的資訊。