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



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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property HorizontalOffset As Double
Visual Basic (Usage)Copy Code
Dim instance As ImageViewerScrollChangedEventArgs
Dim value As Double
 
value = instance.HorizontalOffset
C# 
public double HorizontalOffset {get;}
C++/CLI 
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 ImageViewer.ScrollChanged.

Requirements

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

See Also