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