'Declaration
<System.ComponentModel.CategoryAttribute("Keyboard")> <System.ComponentModel.DescriptionAttribute("When set to true the cursor will automaticlly scroll the axes in order to accomodate the new x,y value..")> Public Property ScrollToValue As System.Boolean
'Usage
Dim instance As NAxisCursor Dim value As System.Boolean instance.ScrollToValue = value value = instance.ScrollToValue
[System.ComponentModel.Category("Keyboard")] [System.ComponentModel.Description("When set to true the cursor will automaticlly scroll the axes in order to accomodate the new x,y value..")] public System.bool ScrollToValue {get; set;}