SystemParameters.SmallCaptionHeight 属性

定义

获取一个指标,该指标确定非专用窗口的非client 区域的小标题的高度。

public:
 static property double SmallCaptionHeight { double get(); };
public static double SmallCaptionHeight { get; }
static member SmallCaptionHeight : double
Public Shared ReadOnly Property SmallCaptionHeight As Double

属性值

标题高度(以像素为单位)。

注解

从SPI_GETNONCLIENTMETRICS获取指标。 请参阅 SystemParametersInfo

XAML 属性用法

< object property=“{ SystemParameters.SmallCaptionHeight}”/>

适用于