DragStartedEventArgs.HorizontalOffset Property

Definition

Gets the horizontal distance between the current mouse position and the thumb coordinates.

public:
 property double HorizontalOffset { double get(); };
double HorizontalOffset();
public double HorizontalOffset { get; }
var double = dragStartedEventArgs.horizontalOffset;
Public ReadOnly Property HorizontalOffset As Double

Property Value

Double

double

The horizontal distance between the current mouse position and the thumb coordinates.

Applies to