GlyphTypeface.SampleTexts Propriedade

Definição

Obtém a informação de texto de exemplo para o GlyphTypeface objeto.

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)

Valor de Propriedade

Um IDictionary<TKey,TValue> objeto que contém pares chave/valor amostra informação textual. A chave é um CultureInfo objeto que identifica a cultura. O valor é uma cadeia que descreve a informação textual de exemplo.

Atributos

Observações

O SampleTexts valor pode ser o nome da fonte, ou qualquer outro texto que o designer considere ser o melhor exemplo para exibir a fonte.

Aplica-se a