[]
Contains information of the DragStarting event.
public class C1DragStartingEventArgs : C1DragEventArgs
Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the recognizion of this gesture is canceled. |
CaptureElementOnPointerPressed | Gets or sets a value indicating whether the element will be captured in pointer pressed event (MouseLeftButtonDown in SL and WPF and PointerPressed in WinRT) or in the first pointer move event (MouseMove in SL and WPF and PointerMoved in WinRT). |
InitialThreshold | Gets or sets the number of pixels the gesture will have to pass in order to start. |
Mode | Gets or sets the mode indicating the sort of drag to be listened. |