GlyphTypeface.DesignerNames Propriedade

Definição

Obtém a informação do designer para o GlyphTypeface objeto.

public:
 property System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ DesignerNames { System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> DesignerNames { [System.Security.SecurityCritical] get; }
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> DesignerNames { get; }
[<get: System.Security.SecurityCritical>]
member this.DesignerNames : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
member this.DesignerNames : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
Public ReadOnly Property DesignerNames As IDictionary(Of CultureInfo, String)

Valor de Propriedade

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

Atributos

Aplica-se a