GlyphTypeface.SampleTexts Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá ukázkové textové informace objektu 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)
Hodnota vlastnosti
Objekt IDictionary<TKey,TValue> , který obsahuje páry klíč/hodnota, ukázkové textové informace. Klíč je CultureInfo objekt, který identifikuje jazykovou verzi. Hodnota je řetězec, který popisuje ukázkové textové informace.
- Atributy
Poznámky
Hodnota SampleTexts může být název písma nebo jakýkoli jiný text, který návrhář považuje za nejlepší vzorek pro zobrazení písma.