GlyphTypeface.SampleTexts Eigenschap

Definitie

Hiermee haalt u de voorbeeldtekstinformatie voor het GlyphTypeface object op.

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)

Waarde van eigenschap

Een IDictionary<TKey,TValue> object met sleutel-waardeparen voorbeeldtekstinformatie. De sleutel is een CultureInfo object dat de cultuur identificeert. De waarde is een tekenreeks die de voorbeeldtekstinformatie beschrijft.

Kenmerken

Opmerkingen

De SampleTexts waarde kan de naam van het lettertype zijn of een andere tekst die de ontwerper denkt het beste voorbeeld te zijn om het lettertype weer te geven.

Van toepassing op