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