Share via


DragCompletedEventArgs.HorizontalChange プロパティ

定義

現在のマウス位置とサム座標の水平方向の距離を取得します。

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

プロパティ値

Double

double

現在のマウス位置とサム座標間の水平方向の距離。

適用対象