[]
Contains information of the DragStarting event.
public class C1DragPreviewEventArgs : C1DragEventArgs
Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the recognition 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 WINUI) or in the first pointer move event (MouseMove in SL and WPF and PointerMoved in WINUI). |
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. |
Origin | Gets the position of original touch point. |
StartByHolding | Gets or sets a value indicating whether drag will be initiated by a hold operation. |