DragCompletedEventArgs.VerticalChange 属性

定义

获取用户使用鼠标拖动控件后 Thumb 的垂直位置更改。

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

属性值

用户按下左鼠标按钮的点与用户在 Thumb 控件的拖动操作中释放该按钮的点之间的垂直差异。 无默认值。

适用于