Share via


Fonts.SystemFontFamilies Propriedade

Definição

Obtém a coleção de objetos FontFamily do local de fonte de sistema padrão.

public:
 static property System::Collections::Generic::ICollection<System::Windows::Media::FontFamily ^> ^ SystemFontFamilies { System::Collections::Generic::ICollection<System::Windows::Media::FontFamily ^> ^ get(); };
public static System.Collections.Generic.ICollection<System.Windows.Media.FontFamily> SystemFontFamilies { get; }
static member SystemFontFamilies : System.Collections.Generic.ICollection<System.Windows.Media.FontFamily>
Public Shared ReadOnly Property SystemFontFamilies As ICollection(Of FontFamily)

Valor da propriedade

Uma ICollection<T> de objetos FontFamily que representa as fontes na coleção de fontes do sistema.

Aplica-se a