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