This class exposes properties for the ScrollDispImage event.

[Visual Basic] Public Class ScrollDispEventArgs Inherits EventArgs
[C#] public class ScrollDispEventArgsF EventArgs

Explanation

Property Type Explanation
 Shift integer (Visual Basic)
int (C#)
This parameter returns different values depending on how the scrollbar was used
  0: The up arrow on the vertical scroll box or the left arrow on the horizontal scroll box was clicked
  1: The down arrow on the vertical scroll box or the right arrow on the horizontal scroll box was clicked
  2: The vertical scroll box was clicked above the scroll bar or the horizontal scroll box was clicked to the left of the scroll bar
  3: The vertical scroll box was clicked below the scroll bar or the horizontal scroll box was clicked to the right of the scroll bar
  5: The scroll bar itself was moved
  6: The scroll bar was moved to the top position (or the far left position)
  7: The scroll bar was moved to the bottom position (or the far right position)
 Pos integer (Visual Basic)
int (C#)
Returns the current position of the scroll bar
 Direction WheelDirection (Visual Basic)
WheelDirection (C#)
The scroll direction: (Vertical or Horizontal)

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation