Visual Basic (Declaration) | |
---|---|
<DescriptionAttribute("The minimum logical size for the auto scroll region.")> <CategoryAttribute("Layout")> Public Overridable ReadOnly Property AutoScrollMinSize As Size |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImageViewer Dim value As Size value = instance.AutoScrollMinSize |
C# | |
---|---|
[DescriptionAttribute("The minimum logical size for the auto scroll region.")] [CategoryAttribute("Layout")] public virtual Size AutoScrollMinSize {get;} |
C++/CLI | |
---|---|
[DescriptionAttribute("The minimum logical size for the auto scroll region.")] [CategoryAttribute("Layout")] public: virtual property Size AutoScrollMinSize { Size get(); } |
Property Value
The minimum size of the area that can be scrolled if scrollbars are shown.Refer to AutoScrollSmallChange.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7