共用方式為


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 &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類別透過將物件的文字屬性TextView拆解成邏輯元素來支援 。TextView 每個元素接著被物件的 TextView 分頁機制所使用。 正是這個類別, TextView 行動控制用來確保頁面分隔不會發生在連結或其他不應該在頁面間分割的元素之間。

如果你想從行動控制器衍生 TextView 出來,或是正在製作新的轉接器,你很可能能在不修改的情況下使用這個類別。

屬性

名稱 Description
BreakAfter
已淘汰.

設定或回傳一個屬性,決定控制項後是否會產生額外的尾隨中斷。 此中斷會使後續內容從下一行開始。 預設值為 true。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。

IsBold
已淘汰.

如果文字是粗體,則返回 true 。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。

IsItalic
已淘汰.

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

Text
已淘汰.

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

Url
已淘汰.

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

方法

名稱 Description
Equals(Object)
已淘汰.

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

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

做為預設哈希函式。

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

取得目前實例的 Type

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

建立目前 Object的淺層複本。

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

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

(繼承來源 Object)

適用於

另請參閱