Share via


DragDeltaEventArgs.HorizontalChange プロパティ

定義

最後の DragDelta イベント以降の Thumb 位置の水平方向の変更を取得します。

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

プロパティ値

Double

double

最後の DragDelta イベント以降の Thumb 位置の水平方向の変化。

適用対象