Share via


GlyphRun.Characters 屬性

定義

重要

此 API 不符合 CLS 規範。

取得或設定 UTF16 字碼指標的清單,代表 GlyphRun 的 Unicode 內容。

public:
 property System::Collections::Generic::IList<char> ^ Characters { System::Collections::Generic::IList<char> ^ get(); void set(System::Collections::Generic::IList<char> ^ value); };
[System.CLSCompliant(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.CharIListConverter))]
public System.Collections.Generic.IList<char> Characters { get; set; }
[<System.CLSCompliant(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.CharIListConverter))>]
member this.Characters : System.Collections.Generic.IList<char> with get, set
Public Property Characters As IList(Of Char)

屬性值

Char 值的清單,代表 Unicode 內容。

屬性

適用於