DragDeltaEventArgs.VerticalChange 属性

定义

获取当用户使用鼠标拖动 DragDelta 时,鼠标自上一 Thumb 事件以来移动的垂直距离。

public:
 property double VerticalChange { double get(); };
public double VerticalChange { get; }
member this.VerticalChange : double
Public ReadOnly Property VerticalChange As Double

属性值

拖动操作过程中鼠标位置的垂直更改。 无默认值。

适用于