言語

SystemFonts.IconFontWeight プロパティ

定義

現在のアイコン タイトル フォントの論理フォント情報からフォントの太さを取得します。

public:
 static property System::Windows::FontWeight IconFontWeight { System::Windows::FontWeight get(); };
public static System.Windows.FontWeight IconFontWeight { get; }
static member IconFontWeight : System.Windows.FontWeight
Public Shared ReadOnly Property IconFontWeight As FontWeight

プロパティ値

フォントの太さ。

注釈

SPI_GETICONTITLELOGFONTからフォント情報を取得します。 詳細については、「 SystemParametersInfo」を参照してください

XAML 属性の使用法

< object property="{ SystemFonts.IconFontWeight}"/>

適用対象