Gets or sets the amount that the scroll bar is incremented or decremented for a large scroll.
Syntax
Visual Basic (Declaration) | |
---|
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property AutoScrollLargeChange As Size |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterImageViewer
Dim value As Size
value = instance.AutoScrollLargeChange |
Property Value
The amount that the scroll bar is incremented or decremented.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also