ScrollProperties.LargeChange 屬性

定義

取得或設定為回應大型捲動命令而移動捲軸的距離。

public:
 property int LargeChange { int get(); void set(int value); };
public int LargeChange { get; set; }
member this.LargeChange : int with get, set
Public Property LargeChange As Integer

屬性值

Int32,描述為回應大型變更而移動捲軸的距離 (以像素為單位)。

例外狀況

備註

LargeChange 用來判斷捲軸移動的距離,以回應要求移動相當遠的距離,例如當使用者按下 PAGE UP 或 PAGE DOWN 按鈕時。

適用於