Share via


GlyphRun.Characters Propriété

Définition

Important

Cette API n’est pas conforme CLS.

Obtient ou définit le contenu de la liste de points de code UTF16 qui représentent le contenu 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)

Valeur de propriété

Liste de valeurs Char qui représentent le contenu Unicode.

Attributs

S’applique à