SystemFonts.StatusFontWeight 属性

定义

获取规格,它确定非最小化窗口的非工作区的状态栏和工具提示中所用文本的字体粗细。

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

属性值

FontWeight

字体粗细。

注解

从SPI_GETNONCLIENTMETRICS获取指标。 有关详细信息,请参阅 SystemParametersInfo

XAML 属性用法

<object property=“{ SystemFonts.StatusFontWeight}”/>

适用于