SystemFonts.IconFontStyle 屬性

定義

從目前圖示標題字型的邏輯字型資訊中取得字型樣式。

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

屬性值

字型樣式。

備註

從SPI_GETICONTITLELOGFONT取得字型資訊。 如需詳細資訊,請參閱 SystemParametersInfo

XAML Attribute Usage

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

適用於