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



Gets or sets the minimum size for the auto-scroll region.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Layout")>
<DescriptionAttribute("The minimum logical size for the auto scroll region.")>
Public Overridable ReadOnly Property AutoScrollMinSize As Size
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Size
 
value = instance.AutoScrollMinSize
C# 
[CategoryAttribute("Layout")]
[DescriptionAttribute("The minimum logical size for the auto scroll region.")]
public virtual Size AutoScrollMinSize {get;}
C++/CLI 
[CategoryAttribute("Layout")]
[DescriptionAttribute("The minimum logical size for the auto scroll region.")]
public:
virtual property Size AutoScrollMinSize {
   Size get();
}

Return Value

The minimum size of the area that can be scrolled if scrollbars are shown.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also