Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This structure contains position data about a DragDelta event.
Syntax
struct XRDragDeltaEventArgs : XRRoutedEventArgs{
double HorizontalDelta;
double VeriticalDelta;
};
Members
- HorizontalDelta
Indicates the horizontal offset of the mouse click or stylus tap in relation to the thumb.
- VerticalDelta
Indicates the vertical offset of the mouse click or stylus tap in relation to the thumb.
Inheritance Hierarchy
XRDragDeltaEventArgs
Remarks
A DragDelta event occurs when the user drags the thumb across the scrollbar.
.NET Framework Equivalent
System.Windows.Controls.Primitives.DragDeltaEventArgs
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |