'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Controls the distance between the start and current mouse position for which the tool must perform a single unit scroll. Measured in pixels.")> <System.ComponentModel.DefaultValueAttribute(50)> Public Property UnitScrollDistance As System.Single
'Usage
Dim instance As NMouseWheelScrollAndZoomTool Dim value As System.Single instance.UnitScrollDistance = value value = instance.UnitScrollDistance
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Controls the distance between the start and current mouse position for which the tool must perform a single unit scroll. Measured in pixels.")] [System.ComponentModel.DefaultValue(50)] public System.float UnitScrollDistance {get; set;}