GlyphTypeface.SampleTexts Właściwość

Definicja

Pobiera przykładowe informacje tekstowe dla GlyphTypeface obiektu.

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)

Wartość właściwości

IDictionary<TKey,TValue> Obiekt, który zawiera pary klucz/wartość, zawiera przykładowe informacje tekstowe. Klucz jest obiektem identyfikującym CultureInfo kulturę. Wartość to ciąg opisujący przykładowe informacje tekstowe.

Atrybuty

Uwagi

Wartość SampleTexts może być nazwą czcionki lub innym tekstem, który projektant uważa za najlepszy przykład do wyświetlenia czcionki.

Dotyczy