Fonts.SystemTypefaces Propriété

Définition

Obtient la collection d’objets Typeface à partir de l’emplacement par défaut des polices système.

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

Valeur de propriété

ICollection<T> d’objets Typeface qui représentent les polices de la collection de polices système.

S’applique à