SystemParameters.ScrollHeight 属性

定义

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

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

适用于