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

Show in webframe

HorizontalOffset Property






Gets the updated horizontal offset value for a ImageViewer or RasterImageViewer.
Syntax
public double HorizontalOffset {get;}
'Declaration
 
Public ReadOnly Property HorizontalOffset As Double
'Usage
 
Dim instance As ImageViewerScrollChangedEventArgs
Dim value As Double
 
value = instance.HorizontalOffset

            

            
public:
property double HorizontalOffset {
   double get();
}

Property Value

A System.Double that represents the updated horizontal offset value 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