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



Gets the minimum size of the auto-scroll.

Syntax

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

Return Value

A Size object that represents the minimum height and width of the scrollbars in pixels.

Remarks

The AutoScrollMinSize property is calculated automatically to manage the screen size allocated to the automatic scroll bars.

Requirements

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

See Also