GlyphRun.Characters Proprietà

Definizione

Importante

Questa API non è conforme a CLS.

Ottiene o imposta l'elenco dei punti di codice UTF16 che rappresentano il contenuto Unicode di GlyphRun.

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)

Valore della proprietà

IList<Char>

Elenco di valori di Char che rappresentano il contenuto Unicode.

Attributi

Si applica a