GlyphRun.Characters 属性

定义

重要

此 API 不符合 CLS。

获取或设置表示 GlyphRun 的 Unicode 内容的 UTF16 码位列表。

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)

属性值

表示 Unicode 内容的 Char 值列表。

属性

适用于