SystemFonts.SmallCaptionFontStyle 属性

定义

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

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

属性值

字体样式。

注解

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

XAML 属性用法

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

适用于