TextViewElement 類別

定義

警告

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.

提供 TextView 物件的文字。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public ref class TextViewElement
public class TextViewElement
[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 class TextViewElement
type TextViewElement = class
[<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 TextViewElement = class
Public Class TextViewElement
繼承
TextViewElement
屬性

備註

類別藉TextViewElement由將物件的 text 屬性分成邏輯元素,TextView以支援 TextView 。 然後,物件的分頁機制 TextView 會使用每個元素。 行動控件會使用此類別 TextView 來確保分頁符號不會發生在連結或其他不應分割的頁面元素中。

如果您想要衍生自 TextView 行動控件或正在建立新的配接器,您可能不需要修改即可使用此類別。

屬性

BreakAfter
已淘汰.

設定或傳回屬性,這個屬性決定是否在控制項的後面呈現其他後端斷行符號。 這個分行符號會使後續內容從下一行開始。 預設為 true。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

IsBold
已淘汰.

若文字為粗體則傳回 true。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

IsItalic
已淘汰.

若文字為斜體則傳回 true。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

Text
已淘汰.

設定或傳回控制項的文字。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

Url
已淘汰.

傳回文字的 URL。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

方法

Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設雜湊函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()
已淘汰.

傳回代表目前物件的字串。

(繼承來源 Object)

適用於

另請參閱