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