GlyphTypeface.SampleTexts Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém as informações de amostra de texto do objeto 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)
Valor da propriedade
Um IDictionary<TKey,TValue> objeto que contém informações de texto de exemplo de pares chave/valor. A chave é um CultureInfo objeto que identifica a cultura. O valor é uma cadeia de caracteres que descreve as informações de texto de exemplo.
- Atributos
Comentários
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.