LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

AutoScrollMinSize Property

Show in webframe





Gets or sets the minimum size for the auto-scroll region.
Syntax
[CategoryAttribute("Layout")]
[DescriptionAttribute("The minimum logical size for the auto scroll region.")]
public virtual Size AutoScrollMinSize {get;}
'Declaration
 
<CategoryAttribute("Layout")>
<DescriptionAttribute("The minimum logical size for the auto scroll region.")>
Public Overridable ReadOnly Property AutoScrollMinSize As Size
'Usage
 
Dim instance As RasterImageViewer
Dim value As Size
 
value = instance.AutoScrollMinSize

            

            
[CategoryAttribute("Layout")]
[DescriptionAttribute("The minimum logical size for the auto scroll region.")]
public:
virtual property Size AutoScrollMinSize {
   Size get();
}

Property Value

The minimum size of the area that can be scrolled if scrollbars are shown.
Example
Refer to AutoScrollSmallChange.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.