GlyphRun.Characters Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene o establece la lista de puntos de código UTF16 que representan el contenido Unicode de 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)

Valor de propiedad

Lista de valores Char que representan el contenido Unicode.

Atributos

Se aplica a