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