SystemFonts.IconFontFamily 屬性

定義

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

public:
 static property System::Windows::Media::FontFamily ^ IconFontFamily { System::Windows::Media::FontFamily ^ get(); };
public static System.Windows.Media.FontFamily IconFontFamily { get; }
static member IconFontFamily : System.Windows.Media.FontFamily
Public Shared ReadOnly Property IconFontFamily As FontFamily

屬性值

字型系列。

備註

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

XAML Attribute Usage

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

適用於