'Declaration
<System.ComponentModel.CategoryAttribute("Keyboard")> <System.ComponentModel.DescriptionAttribute("The keyboard command associated with downward dragging.")> Public Property DragDownShortcut As NShortcut
'Usage
Dim instance As NDataPointDragTool Dim value As NShortcut instance.DragDownShortcut = value value = instance.DragDownShortcut
[System.ComponentModel.Category("Keyboard")] [System.ComponentModel.Description("The keyboard command associated with downward dragging.")] public NShortcut DragDownShortcut {get; set;}