Fonts.SystemTypefaces プロパティ

定義

既定のシステム フォントの場所から Typeface オブジェクトのコレクションを取得します。

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; }
member this.SystemTypefaces : System.Collections.Generic.ICollection<System.Windows.Media.Typeface>
Public Shared ReadOnly Property SystemTypefaces As ICollection(Of Typeface)

プロパティ値

ICollection<Typeface>

システム フォントのコレクション内のフォントを表す Typeface オブジェクトの ICollection<T>

適用対象