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 按鈕時。

適用於