言語

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

プロパティ値

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

適用対象