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