DragStartedEventArgs.HorizontalOffset Property

Definition

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

public:
 property double HorizontalOffset { double get(); };
public double HorizontalOffset { get; }
member this.HorizontalOffset : double
Public ReadOnly Property HorizontalOffset 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