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


In This Topic
    Time Property (NScrollAndZoomToolBase)
    In This Topic
    Controls the speed of the anchor scrolling. Measured in milliseconds. By default set to 50.
    Syntax
    'Declaration
     
    
    Public Property Time As System.Integer
    'Usage
     
    
    Dim instance As NScrollAndZoomToolBase
    Dim value As System.Integer
     
    instance.Time = value
     
    value = instance.Time
    public System.int Time {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