DragDeltaEventArgs Properties
Collapse the table of content
Expand the table of content

DragDeltaEventArgs Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The DragDeltaEventArgs type exposes the following members.

  NameDescription
Public property HorizontalChange Gets the horizontal change in the Thumb position since the last DragDelta event.
Public property OriginalSource Gets a reference to the object that raised the event. (Inherited from RoutedEventArgs.)
Public property VerticalChange Gets the vertical change in the Thumb position since the last DragDelta event.
Top

Show:
© 2017 Microsoft