Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
AutoScrollLargeChange Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : AutoScrollLargeChange Property



Gets the value of the large change for scrolling.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property AutoScrollLargeChange As Size
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Size
 
value = instance.AutoScrollLargeChange
C# 
public virtual Size AutoScrollLargeChange {get;}
C++/CLI 
public:
virtual property Size AutoScrollLargeChange {
   Size get();
}

Return Value

A Size object that represents the value of the large change for scrolling.

Remarks

When the user clicks in the scroll bar track on either side of the scroll box of this RasterImageViewer, the AutoScrollPosition property changes according to the value set in the LargeChange property.

The default value is the size of the current visible portion of the RasterImage currently set in the Image property.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also