| 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;} | |
Property Value
A System.Double that represents the updated horizontal offset value for a ImageViewer or RasterImageViewer.For C#/VB examples, refer to ImageViewer.ScrollChanged.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code