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



Gets the value of the small change for scrolling.

Syntax

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

Return Value

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

Remarks

When the user clicks one of the scroll bar buttons of this RasterImageViewer, the AutoScrollPosition property changes according to the value set in the SmallChange property.

The default value is AutoScrollLargeChange / 20.

Requirements

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

See Also