共用方式為


StyleSheet.Wrapping 屬性

定義

取得或設定樣式的指定換行模式。 預設值是 NotSet。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

public:
 virtual property System::Web::UI::MobileControls::Wrapping Wrapping { System::Web::UI::MobileControls::Wrapping get(); void set(System::Web::UI::MobileControls::Wrapping value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override System.Web.UI.MobileControls.Wrapping Wrapping { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Wrapping : System.Web.UI.MobileControls.Wrapping with get, set
Public Overrides Property Wrapping As Wrapping

屬性值

列舉值,指定樣式的換行模式。

例外狀況類型 條件
Exception 屬性 Wrapping 是在運行時間存取,或嘗試設定 屬性。
屬性

備註

如需詳細資訊,請參閱Wrapping

適用於

另請參閱