Aracılığıyla paylaş


GlyphRun.Characters Özellik

Tanım

Önemli

Bu API, CLS uyumlu değildir.

öğesinin Unicode içeriğini GlyphRuntemsil eden UTF16 kod noktalarının listesini alır veya ayarlar.

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)

Özellik Değeri

Unicode içeriğini temsil eden değerlerin listesi Char .

Öznitelikler

Şunlara uygulanır