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



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

Syntax

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

Property Value

A System.Double that represents the change in vertical 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