'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Controls the distance between the start and current mouse position below which no scolling is performed.")> <System.ComponentModel.DefaultValueAttribute(16)> Public Property NoScrollDistance As System.Single
'Usage
Dim instance As NMouseWheelScrollAndZoomTool Dim value As System.Single instance.NoScrollDistance = value value = instance.NoScrollDistance
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Controls the distance between the start and current mouse position below which no scolling is performed.")] [System.ComponentModel.DefaultValue(16)] public System.float NoScrollDistance {get; set;}