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