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



Gets a value that indicates the change in horizontal offset for a ImageViewer or RasterImageViewer. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property HorizontalChange As Double
Visual Basic (Usage)Copy Code
Dim instance As ImageViewerScrollChangedEventArgs
Dim value As Double
 
value = instance.HorizontalChange
C# 
public double HorizontalChange {get;}
C++/CLI 
public:
property double HorizontalChange {
   double get();
}

Property Value

A System.Double that represents the change in horizontal offset for a ImageViewer or RasterImageViewer.

Example

For C#/VB examples, refer to ImageViewer.ScrollChanged.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also