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