'Declaration
Public Property CaptureElementOnPointerPressed As Boolean
'Usage
Dim instance As C1DragPreviewEventArgs Dim value As Boolean instance.CaptureElementOnPointerPressed = value value = instance.CaptureElementOnPointerPressed
public bool CaptureElementOnPointerPressed {get; set;}