ScrollProperties.LargeChange 属性

定义

获取或设置移动滚动条以响应大型滚动命令的距离。

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 按钮时。

适用于