Name | Description | |
---|---|---|
![]() | AbortKey | Gets/sets the tool abort key (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | ActivateDelay | Controls the delay which must ellapse, before the tool can be activated again (in milliseconds). By default set to 500. |
![]() | AllowAnchorScrolling | Specifies whether anchor anchor scrolling is allowed |
![]() | AllowWheelScrolling | Specifies whether wheel scrolling is allowed |
![]() | DeactiveDelay | Controls the delay which must ellapse, before the tool can be deactivated (in milliseconds). By default set to 500. |
![]() | DefaultScrollVertical | Gets/sets whether to perform vertical or horizontal scrolling when the mouse wheel is rotated. By default set to true (e.g. scroll vertically) |
![]() | Enabled | Gets/sets whether the tool is enabled (Inherited from Nevron.Diagram.WinForm.NTool) |
![]() | EndMouseEvent | Gets/sets the tool end (deactivation) event (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | FlipScrollDirectionModifierKey | Gets/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. |
![]() | Name | Gets/sets the name of the tool, which is unique in the tools collection of the controller (Inherited from Nevron.Diagram.WinForm.NTool) |
![]() | NoScrollDistance | Controls the distance between the start and current mouse position below which no scolling is performed |
![]() | StartMouseEvent | Gets/sets the tool start (activation) event (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | Time | Controls the speed of the anchor scrolling. Measured in milliseconds. By default set to 100. |
![]() | UnitScrollDistance | Controls the distance between the start and current mouse position for which the tool must perform a single unit scroll. Measured in pixels. |