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