| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property HorizontalChange As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ImageViewerScrollChangedEventArgs Dim value As Double value = instance.HorizontalChange | |
| C# | |
|---|---|
public double HorizontalChange {get;} | |
Property Value
A System.Double that represents the change in horizontal offset 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