SystemFonts.SmallCaptionFontTextDecorations 属性

定义

获取规格,它确定非最小化窗口的非工作区小标题文本的修饰。

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

属性值

TextDecorationCollection

文本修饰的集合。

注解

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

XAML 属性用法

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

适用于