ScrollProperties.LargeChange 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定為回應大型捲動命令而移動捲軸的距離。
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 按鈕時。