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 Attribute Usage

<object property=「{ SystemFonts.IconFontWeight } 」/>

適用於