ScrollProperties.SmallChange 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據一個小的滾動指令,取得或設定移動滾動條的距離。
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 用來計算在方向鍵點擊或捲軸按鈕時,捲軸應該移動多遠。