DragStartedEventArgs.VerticalOffset Property

Definition

Overloads

VerticalOffset

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

VerticalOffset

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

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

Property Value

Double

double

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

Applies to