NevronOpenVision
Nevron.Nov.UI Namespace / NScrollAndZoomToolBase Class


In This Topic
    NScrollAndZoomToolBase Class Properties
    In This Topic

    For a list of all members of this type, see NScrollAndZoomToolBase members.

    Public Properties
     NameDescription
    Public PropertyControls the delay which must ellapse, before the tool can be activated again (in milliseconds). By default set to 500.  
    Public PropertySpecifies whether anchor scrolling is allowed.  
    Public PropertySpecifies whether wheel scrolling is allowed  
    Public PropertySpecifies whether wheel zooming is allowed  
    Public PropertyControls the delay which must ellapse, before the tool can be deactivated (in milliseconds). By default set to 500.  
    Public PropertyGets or sets whether to perform vertical or horizontal scrolling when the mouse wheel is rotated. By default set to true (e.g. scroll vertically)  
    Public PropertyGets or sets the modifier key, which flips the wheel scroll direction. By default the tool will scroll either horizontally or vertically as specified by the DefaultScrollVertical property. By default set to Shift.  
    Public PropertyControls the distance between the start and current mouse position below which no scolling is performed  
    Public PropertySafely gets the owner viewport base.  
    Public PropertyWhen set to true the tool will scroll the view by default, otherwise it will zoom it. Use the ToggleScrollZoomModifierKey to switch to the other action). By default true.  
    Public PropertyControls the speed of the anchor scrolling. Measured in milliseconds. By default set to 50.  
    Public PropertyGets or sets the modifier key, which when pressed, toggles wheel zooming and scrolling. Whether zooming or scrolling is performed by default is specified by the ScrollByDefault property. By default set to Control.  
    Public PropertyControls the distance between the start and current mouse position for which the tool must perform a single unit scroll. Measured in pixels.  
    Public PropertyGets or sets whether to zoom to the the mouse cursor center. When set to true, the zooming will preserve the current mouse position projection in viewport coordinates. When set to false, the zooming will preserve the current viewport center. By default set to true.  
    Top
    See Also