SystemFonts.SmallCaptionFontWeight 属性

定义

获取一个指标,该指标确定非专用窗口的非client 区域的小标题文本的字体粗细。

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

属性值

字体粗细。

注解

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

XAML 属性用法

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

适用于