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