SystemParameters.ScrollHeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得度量資訊,該度量資訊會決定非最小化視窗之非工作區的捲軸高度。
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 }
」/>