DragStartedEventArgs.HorizontalOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.