Fonts.SystemFontFamilies 屬性

定義

從預設系統字型位置取得 FontFamily 物件的集合。

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)

屬性值

FontFamily 物件的 ICollection<T>,表示系統字型集合中的字型。

適用於