共用方式為


DragCompletedEventArgs.VerticalChange 屬性

定義

取得目前滑鼠位置與指紋座標之間的垂直距離。

public:
 property double VerticalChange { double get(); };
double VerticalChange();
public double VerticalChange { get; }
var double = dragCompletedEventArgs.verticalChange;
Public ReadOnly Property VerticalChange As Double

屬性值

Double

double

目前滑鼠位置與指紋座標之間的垂直距離。

適用於