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>

適用対象