LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ImageViewerScrollChangedEventArgs Class Members
See Also  Properties  Methods 
Leadtools.Windows.Controls Namespace : ImageViewerScrollChangedEventArgs Class

The following tables list the members exposed by ImageViewerScrollChangedEventArgs.

Public Constructors

 NameDescription
public Constructor ImageViewerScrollChangedEventArgs ConstructorInitializes a new instance of the ImageViewerScrollChangedEventArgs class. Supported in Silverlight, Windows Phone 7  
Top

Public Properties

 NameDescription
public Property Handled (Inherited from System.Windows.RoutedEventArgs)
public Property HorizontalChangeGets a value that indicates the change in horizontal offset for a ImageViewer or RasterImageViewer. Supported in Silverlight, Windows Phone 7  
public Property HorizontalOffsetGets the updated horizontal offset value for a ImageViewer or RasterImageViewer. Supported in Silverlight, Windows Phone 7  
public Property OriginalSource (Inherited from System.Windows.RoutedEventArgs)
public Property RoutedEvent (Inherited from System.Windows.RoutedEventArgs)
public Property Source (Inherited from System.Windows.RoutedEventArgs)
public Property VerticalChangeGets a value that indicates the change in vertical offset for a ImageViewer or RasterImageViewer. Supported in Silverlight, Windows Phone 7  
public Property VerticalOffsetGets the updated vertical offset value for a ImageViewer or RasterImageViewer. Supported in Silverlight, Windows Phone 7  
Top

Protected Methods

See Also