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

屬性值

Int32,表示移動捲軸的距離 (以像素為單位)。

備註

SmallChange 用來計算捲軸的移動距離,以回應方向鍵按一下或按一下捲軸按鈕。

適用於