SystemParameters.ScrollHeight 属性

定义

获取确定非专用窗口的非client 区域的滚动高度的指标。

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

属性值

滚动高度(以像素为单位)。

注解

指标是从SPI_GETNONCLIENTMETRICS获取的。 请参阅 SystemParametersInfo

XAML 属性用法

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

适用于