'Declaration
Public Property Effect As System.Windows.Forms.DragDropEffects
'Usage
Dim instance As NDragEventArgs Dim value As System.Windows.Forms.DragDropEffects instance.Effect = value value = instance.Effect
public System.Windows.Forms.DragDropEffects Effect {get; set;}