Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NScrollAndZoomToolBase Class / NoScrollDistance Property


In This Topic
    NoScrollDistance Property
    In This Topic
    Controls the distance between the start and current mouse position below which no scolling is performed
    Syntax
    'Declaration
     
    
    Public Property NoScrollDistance As System.Double
    'Usage
     
    
    Dim instance As NScrollAndZoomToolBase
    Dim value As System.Double
     
    instance.NoScrollDistance = value
     
    value = instance.NoScrollDistance
    public System.double NoScrollDistance {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also