共用方式為


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 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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
屬性

備註

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

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

屬性

BreakAfter
已淘汰.

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

IsBold
已淘汰.

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

IsItalic
已淘汰.

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

Text
已淘汰.

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

Url
已淘汰.

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

方法

Equals(Object)
已淘汰.

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

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

做為預設雜湊函式。

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

取得目前執行個體的 Type

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

建立目前 Object 的淺層複製。

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

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

(繼承來源 Object)

適用於

另請參閱