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

適用於