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


In This Topic
    UnitScrollDistance Property (NLibraryMouseWheelScrollTool)
    In This Topic
    Controls the distance between the start and current mouse position for which the tool must perform a single unit scroll. Measured in pixels.
    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
    [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;}
    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