DragStartedEventArgs.VerticalOffset Property

Definition

Gets the vertical offset of the mouse click relative to the screen coordinates of the Thumb.

public:
 property double VerticalOffset { double get(); };
public double VerticalOffset { get; }
member this.VerticalOffset : double
Public ReadOnly Property VerticalOffset As Double

Property Value

The horizontal offset of the mouse click with respect to the upper-left corner of the bounding box of the Thumb. There is no default value.

Applies to

See also