GlyphTypeface.SampleTexts Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.