Nevron.Diagram.WinForm Namespace / NLibraryMouseWheelScrollTool Class / UnitScrollDistance Property


UnitScrollDistance Property (NLibraryMouseWheelScrollTool)
Syntax
'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 NLibraryMouseWheelScrollTool
Dim value As System.Single
 
instance.UnitScrollDistance = value
 
value = instance.UnitScrollDistance
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also