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}”/>

适用于