SystemParameters.SmallCaptionHeight 属性

定义

获取规格,它确定非最小化窗口的非工作区的小标题高度。

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}”/>

适用于