Partager via


GlyphTypeface.SampleTexts Propriété

Définition

Obtient les informations du texte d'exemple pour l'objet GlyphTypeface.

public:
 property System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ SampleTexts { System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> SampleTexts { [System.Security.SecurityCritical] get; }
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> SampleTexts { get; }
[<get: System.Security.SecurityCritical>]
member this.SampleTexts : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
member this.SampleTexts : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
Public ReadOnly Property SampleTexts As IDictionary(Of CultureInfo, String)

Valeur de propriété

IDictionary<CultureInfo,String>

Un objet IDictionary<TKey,TValue> qui contient des paires clé/valeur d'informations du texte d'exemple. La clé est un objet CultureInfo qui identifie la culture. La valeur est une chaîne qui décrit les informations du texte d'exemple.

Attributs

Remarques

La SampleTexts valeur peut être le nom de police, ou tout autre texte que le concepteur pense est le meilleur exemple pour afficher la police dans.

S’applique à