SystemFonts.IconFontWeight プロパティ

定義

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

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

プロパティ値

FontWeight

フォントの太さ。

注釈

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

XAML 属性の使用方法

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

適用対象