ScrollProperties.SmallChange 屬性

定義

根據一個小的滾動指令,取得或設定移動滾動條的距離。

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

屬性值

An Int32 代表滾動條的移動距離(以像素為單位)。

備註

SmallChange 用來計算在方向鍵點擊或捲軸按鈕時,捲軸應該移動多遠。

適用於