Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Show in webframe

VerticalChange Property






Gets a value that indicates the change in vertical offset for a ImageViewer or RasterImageViewer.
Syntax
public double VerticalChange {get;}
'Declaration
 
Public ReadOnly Property VerticalChange As Double
'Usage
 
Dim instance As ImageViewerScrollChangedEventArgs
Dim value As Double
 
value = instance.VerticalChange

            

            
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 ScrollChanged.

Requirements

Target Platforms

See Also

Reference

ImageViewerScrollChangedEventArgs Class
ImageViewerScrollChangedEventArgs Members

Error processing SSI file