Share via


TextCharacters 類別

定義

表示來自不同的實體字樣的字元圖像集合。

public ref class TextCharacters : System::Windows::Media::TextFormatting::TextRun
public class TextCharacters : System.Windows.Media.TextFormatting.TextRun
type TextCharacters = class
    inherit TextRun
Public Class TextCharacters
Inherits TextRun
繼承
TextCharacters

建構函式

TextCharacters(Char*, Int32, TextRunProperties)

使用指定的不安全字元字串來初始化 TextCharacters 類別的新執行個體。

TextCharacters(Char[], Int32, Int32, TextRunProperties)

使用指定的字元陣列,初始化 TextCharacters 類別的新執行個體。

TextCharacters(String, Int32, Int32, TextRunProperties)

使用指定的字元子字串來初始化 TextCharacters 類別的新執行個體。

TextCharacters(String, TextRunProperties)

使用指定的字元字串來初始化 TextCharacters 類別的新執行個體。

屬性

CharacterBufferReference

取得 CharacterBufferReferenceTextCharacters

Length

取得文字字元的長度。

Properties

取得每個文字字元所共用的屬性集。

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於

另請參閱